Type alias SwitchControlConfig

SwitchControlConfig: {
    options: {
        label: string;
        value: string;
    }[];
    type: "switch";
}

Type declaration

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

Generated using TypeDoc