Interface SetConfigAction

interface SetConfigAction {
    config: any;
    type: "jsonforms/SET_CONFIG";
}

Properties

Properties

config: any
type: "jsonforms/SET_CONFIG"

Generated using TypeDoc