Skip to main content

Interface: SiteTableRowProperties

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

Properties for SiteTableRow.

Propertiesโ€‹

rowOrder?โ€‹

readonly optional rowOrder: number

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

Zero-based order used for staggered animations.


rowVariant?โ€‹

readonly optional rowVariant: "even" | "odd"

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

Optional visual variant for zebra striping.


siteโ€‹

readonly site: Site

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

Site to present in the table row.