Interface: SiteListLayoutSelectorProperties
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:26
Properties for SiteListLayoutSelector.
Propertiesโ
cardPresentationโ
readonlycardPresentation:SiteCardPresentation
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:28
Active presentation for large cards.
layoutโ
readonlylayout:SiteListLayoutMode
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:30
Currently active layout mode.
listDensityโ
readonlylistDensity:InterfaceDensity
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:32
Active density for the list (table) layout.
onLayoutChange()โ
readonlyonLayoutChange: (layout:SiteListLayoutMode) =>void
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:34
Callback invoked when a new layout is selected.
Parametersโ
layoutโ
Returnsโ
void
onListDensityChange()โ
readonlyonListDensityChange: (density:InterfaceDensity) =>void
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:36
Callback invoked when list density changes.
Parametersโ
densityโ
Returnsโ
void
onPresentationChange()โ
readonlyonPresentationChange: (presentation:SiteCardPresentation) =>void
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:38
Callback invoked when presentation mode changes.
Parametersโ
presentationโ
Returnsโ
void