Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OwnOneOfProps

Hierarchy

  • OwnPropsOfControl
    • OwnOneOfProps

Index

Properties

Optional cells

cells: JsonFormsCellRendererRegistryEntry[]

Optional enabled

enabled: boolean

Whether the rendered element should be enabled.

Optional id

id: string

Optional indexOfFittingSchema

indexOfFittingSchema: number

Optional path

path: string

Optional instance path. Necessary when the actual data path can not be inferred via the UI schema element as it is the case with nested controls.

Optional renderers

renderers: JsonFormsRendererRegistryEntry[]

Optional schema

schema: JsonSchema

The JSON schema that describes the data.

Optional uischema

uischema: ControlElement

Optional uischemas

uischemas: JsonFormsUISchemaRegistryEntry[]

Optional visible

visible: boolean

Whether the rendered element should be visible.

Generated using TypeDoc