Interface: MiniChartBarProperties
Defined in: src/theme/components/MiniChartBar.tsx:19
Props for the MiniChartBar component
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:35
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:37
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:39
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
responseTime?โ
readonlyoptionalresponseTime:number
Defined in: src/theme/components/MiniChartBar.tsx:21
Response time in milliseconds for the status check
statusโ
readonlystatus:"degraded"|"down"|"mixed"|"paused"|"pending"|"unknown"|"up"
Defined in: src/theme/components/MiniChartBar.tsx:23
Current status of the monitor or site
timestampโ
readonlytimestamp:string|number|Date
Defined in: src/theme/components/MiniChartBar.tsx:25
Timestamp when the status was recorded