Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MaterialLayoutRendererProps

Hierarchy

Index

Properties

Optional cells

cells: JsonFormsCellRendererRegistryEntry[]

direction

direction: "row" | "column"

elements

elements: UISchemaElement[]

Optional enabled

enabled: boolean

Whether the rendered element should be enabled.

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: UISchemaElement

The UI schema to be rendered.

Optional uischemas

uischemas: JsonFormsUISchemaRegistryEntry[]

Optional visible

visible: boolean

Whether the rendered element should be visible.

Generated using TypeDoc