Skip to main content

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โ€‹

SiteListLayoutMode

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โ€‹

InterfaceDensity

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โ€‹

SiteCardPresentation

Returnsโ€‹

void