Interface: SiteTableRowProperties
Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:32
Properties for SiteTableRow.
Propertiesโ
rowOrder?โ
readonlyoptionalrowOrder:number
Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:34
Zero-based order used for staggered animations.
rowVariant?โ
readonlyoptionalrowVariant:"even"|"odd"
Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:36
Optional visual variant for zebra striping.
siteโ
readonlysite:Site
Defined in: src/components/Dashboard/SiteList/SiteTableRow.tsx:38
Site to present in the table row.