Interface UnregisterDefaultDataAction

interface UnregisterDefaultDataAction {
    schemaPath: string;
    type: "jsonforms/REMOVE_DEFAULT_DATA";
}

Properties

Properties

schemaPath: string
type: "jsonforms/REMOVE_DEFAULT_DATA"

Generated using TypeDoc