Skip to main content

Interface: SiteTableRowProperties

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

Properties for SiteTableRow.

Propertiesโ€‹

rowOrder?โ€‹

readonly optional rowOrder?: number

Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:35

Zero-based order used for staggered animations.


rowVariant?โ€‹

readonly optional rowVariant?: "even" | "odd"

Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:37

Optional visual variant for zebra striping.


siteโ€‹

readonly site: Site

Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:39

Site to present in the table row.