Interface SetSchemaAction

interface SetSchemaAction {
    schema: JsonSchema;
    type: "jsonforms/SET_SCHEMA";
}

Properties

Properties

schema: JsonSchema
type: "jsonforms/SET_SCHEMA"

Generated using TypeDoc