Hierarchy

  • OwnPropsOfRenderer
    • LayoutRendererProps

Properties

cells?: JsonFormsCellRendererRegistryEntry[]
direction: "row" | "column"
elements: UISchemaElement[]
enabled?: boolean

Whether the rendered element should be enabled.

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.

renderers?: JsonFormsRendererRegistryEntry[]
schema?: JsonSchema

The JSON schema that describes the data.

uischema?: UISchemaElement

The UI schema to be rendered.

uischemas?: JsonFormsUISchemaRegistryEntry[]
visible?: boolean

Whether the rendered element should be visible.

Generated using TypeDoc