Interface: SiteListLayoutSelectorProperties
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:25
Properties for SiteListLayoutSelector.
Propertiesโ
cardPresentationโ
readonlycardPresentation:SiteCardPresentation
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:27
Active presentation for large cards.
layoutโ
readonlylayout:SiteListLayoutMode
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:29
Currently active layout mode.
onLayoutChange()โ
readonlyonLayoutChange: (layout:SiteListLayoutMode) =>void
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:31
Callback invoked when a new layout is selected.
Parametersโ
layoutโ
Returnsโ
void
onPresentationChange()โ
readonlyonPresentationChange: (presentation:SiteCardPresentation) =>void
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:33
Callback invoked when presentation mode changes.
Parametersโ
presentationโ
Returnsโ
void