Interface JsonFormsSubStates

interface JsonFormsSubStates {
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    core?: JsonFormsCore;
    i18n?: JsonFormsI18nState;
    readonly?: boolean;
    renderers?: JsonFormsRendererRegistryEntry[];
    uischemas?: JsonFormsUISchemaRegistryEntry[];
    [additionalState: string]: any;
}

Indexable

[additionalState: string]: any

Properties

All available cell renderers.

config?: any

Global configuration options.

Substate for storing mandatory sub-state.

I18n settings.

readonly?: boolean

If true, sets all controls to read-only.

All available renderers.

The UI schema registry used in detail renderers.

Generated using TypeDoc