Skip to main content

Interface: ToggleGroupOption<TValue>

Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:9

Option entry rendered by ToggleGroup.

Type Parametersโ€‹

TValueโ€‹

TValue extends string

Propertiesโ€‹

descriptionโ€‹

readonly description: string;

Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:10


Iconโ€‹

readonly Icon: IconType;

Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:11


labelโ€‹

readonly label: string;

Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:12


valueโ€‹

readonly value: TValue;

Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:13