Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MaterialCategorizationLayoutRendererProps

Hierarchy

  • StatePropsOfLayout
  • AjvProps
  • TranslateProps
    • MaterialCategorizationLayoutRendererProps

Index

Properties

ajv

ajv: Ajv

Optional cells

cells: JsonFormsCellRendererRegistryEntry[]

All available cell renderers.

Optional config

config: any

Any configuration options for the element.

Optional data

data: any

direction

direction: "row" | "column"

Direction for the layout to flow

enabled

enabled: boolean

Whether the rendered element should be enabled.

Optional label

label: string

locale

locale: string

Optional ownState

ownState: boolean

path

path: string

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

Optional renderers

renderers: JsonFormsRendererRegistryEntry[]

All available renderers.

schema

schema: JsonSchema

The JSON schema that describes the data.

Optional selected

selected: number

t

t: Translator

uischema

uischema: UISchemaElement

The UI schema to be rendered.

visible

visible: boolean

Whether the rendered element should be visible.

Methods

Optional onChange

  • onChange(selected: number, prevSelected: number): void
  • Parameters

    • selected: number
    • prevSelected: number

    Returns void

Generated using TypeDoc