Interface AddUISchemaAction

interface AddUISchemaAction {
    tester: UISchemaTester;
    type: "jsonforms/ADD_UI_SCHEMA";
    uischema: UISchemaElement;
}

Properties

Properties

type: "jsonforms/ADD_UI_SCHEMA"
uischema: UISchemaElement

Generated using TypeDoc