Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnumCellProps

Props of an enum cell.

Hierarchy

Index

Properties

Optional cells

All available cell renderers.

Optional config

config: any

Any configuration options for the element.

data

data: any

The data to be rendered.

enabled

enabled: boolean

Whether the rendered element should be enabled.

errors

errors: string

Any validation errors that are caused by the data to be rendered.

id

id: string

A unique ID that should be used for rendering the scoped UI schema element.

isValid

isValid: boolean

Optional options

options: EnumOption[]

path

path: string

Instance path the data is written to, in case of a control.

Optional renderers

All available renderers.

rootSchema

rootSchema: JsonSchema

schema

schema: JsonSchema

The JSON schema that describes the data.

uischema

uischema: ControlElement

visible

visible: boolean

Whether the rendered element should be visible.

Methods

handleChange

  • handleChange(path: string, value: any): void
  • Update handler that emits a data change

    Parameters

    • path: string

      the path to the data to be updated

    • value: any

      the new value that should be written to the given path

    Returns void

Generated using TypeDoc