Interface: ToggleGroupProperties<TValue>
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:19
Props for ToggleGroup.
Type Parametersโ
TValueโ
TValue extends string
Propertiesโ
ariaLabelโ
readonlyariaLabel:string
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:20
buttonClassNameโ
readonlybuttonClassName:string
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:21
buttonClassNameActiveโ
readonlybuttonClassNameActive:string
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:22
containerClassNameโ
readonlycontainerClassName:string
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:23
getDataAttributes()โ
readonlygetDataAttributes: (value:TValue) =>Record<string,string>
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:24
Parametersโ
valueโ
TValue
Returnsโ
Record<string, string>
iconClassNameโ
readonlyiconClassName:string
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:25
labelClassNameโ
readonlylabelClassName:string
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:26
onClick()โ
readonlyonClick: (event:MouseEvent<HTMLButtonElement>) =>void
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:27
Parametersโ
eventโ
Returnsโ
void
optionsโ
readonlyoptions: readonlyToggleGroupOption<TValue>[]
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:28
selectedValueโ
readonlyselectedValue:TValue
Defined in: src/components/Dashboard/SiteList/SiteListToggleGroup.tsx:29