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