Interface ControlConfigChange<ControlTypeAttributes>

interface ControlConfigChange<ControlTypeAttributes> {
    config: TypeAttributesChange<ControlTypeAttributes, keyof ControlTypeAttributes> | ConfigStateChange;
    type: "controlConfig";
}

Type Parameters

Properties

Properties

type