Interface SetUISchemaAction

interface SetUISchemaAction {
    type: "jsonforms/SET_UISCHEMA";
    uischema: UISchemaElement;
}

Properties

Properties

type: "jsonforms/SET_UISCHEMA"
uischema: UISchemaElement

Generated using TypeDoc