Interface: SiteListLayoutSelectorProperties
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:27
Properties for src/components/Dashboard/SiteList/SiteListLayoutSelector!SiteListLayoutSelector.
Propertiesโ
cardPresentationโ
readonly cardPresentation: SiteCardPresentation;
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:29
Active presentation for large cards.
layoutโ
readonly layout: SiteListLayoutMode;
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:31
Currently active layout mode.
listDensityโ
readonly listDensity: InterfaceDensity;
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:33
Active density for the list (table) layout.
onLayoutChangeโ
readonly onLayoutChange: (layout: SiteListLayoutMode) => void;
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:35
Callback invoked when a new layout is selected.
Parametersโ
layoutโ
Returnsโ
void
onListDensityChangeโ
readonly onListDensityChange: (density: InterfaceDensity) => void;
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:37
Callback invoked when list density changes.
Parametersโ
densityโ
Returnsโ
void
onPresentationChangeโ
readonly onPresentationChange: (presentation: SiteCardPresentation) => void;
Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:39
Callback invoked when presentation mode changes.
Parametersโ
presentationโ
Returnsโ
void