Skip to main content

Interface: SiteTableRowProperties

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

Properties for SiteTableRow.

Propertiesโ€‹

rowOrder?โ€‹

readonly optional rowOrder?: number;

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

Zero-based order used for staggered animations.


rowVariant?โ€‹

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

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

Optional visual variant for zebra striping.


siteโ€‹

readonly site: Site;

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

Site to present in the table row.