Type alias MultiSwitchControlConfig

MultiSwitchControlConfig: {
    options: {
        label: string;
        value: string;
    }[];
    type: "multiSwitch";
}

Type declaration

  • options: {
        label: string;
        value: string;
    }[]
  • type: "multiSwitch"

Generated using TypeDoc