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