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

Properties

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

Generated using TypeDoc