Skip to main content

Interface: SiteListLayoutSelectorProperties

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

Properties for SiteListLayoutSelector.

Propertiesโ€‹

cardPresentationโ€‹

readonly cardPresentation: SiteCardPresentation

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

Active presentation for large cards.


layoutโ€‹

readonly layout: SiteListLayoutMode

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

Currently active layout mode.


onLayoutChange()โ€‹

readonly onLayoutChange: (layout: SiteListLayoutMode) => void

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

Callback invoked when a new layout is selected.

Parametersโ€‹

layoutโ€‹

SiteListLayoutMode

Returnsโ€‹

void


onPresentationChange()โ€‹

readonly onPresentationChange: (presentation: SiteCardPresentation) => void

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

Callback invoked when presentation mode changes.

Parametersโ€‹

presentationโ€‹

SiteCardPresentation

Returnsโ€‹

void