Interface UpdateCoreAction

interface UpdateCoreAction {
    data?: any;
    options?: Ajv | InitActionOptions;
    schema?: JsonSchema;
    type: "jsonforms/UPDATE_CORE";
    uischema?: UISchemaElement;
}

Properties

data?: any
options?: Ajv | InitActionOptions
schema?: JsonSchema
type: "jsonforms/UPDATE_CORE"
uischema?: UISchemaElement

Generated using TypeDoc