Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RendererProps

Props of a {@link Renderer}.

Hierarchy

Index

Properties

Optional cells

All available cell renderers.

Optional config

config: any

Any configuration options for the element.

Optional data

data: any

The data to be rendered.

enabled

enabled: boolean

Whether the rendered element should be enabled.

path

path: string

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

Optional renderers

All available renderers.

schema

schema: JsonSchema

The JSON schema that describes the data.

uischema

uischema: UISchemaElement

The UI schema to be rendered.

visible

visible: boolean

Whether the rendered element should be visible.

Generated using TypeDoc