Skip to main content

Interface: SiteListLayoutSelectorProperties

Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:26

Properties for SiteListLayoutSelector.

Propertiesโ€‹

cardPresentationโ€‹

readonly cardPresentation: SiteCardPresentation

Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:28

Active presentation for large cards.


layoutโ€‹

readonly layout: SiteListLayoutMode

Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:30

Currently active layout mode.


listDensityโ€‹

readonly listDensity: InterfaceDensity

Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:32

Active density for the list (table) layout.


onLayoutChange()โ€‹

readonly onLayoutChange: (layout: SiteListLayoutMode) => void

Defined in: src/components/Dashboard/SiteList/SiteListLayoutSelector.tsx:34

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:36

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:38

Callback invoked when presentation mode changes.

Parametersโ€‹

presentationโ€‹

SiteCardPresentation

Returnsโ€‹

void