Interface: MiniChartBarProperties
Defined in: src/theme/components/MiniChartBar.tsx:48
Props for the MiniChartBar component
Hierarchyโ
Extendsโ
Propertiesโ
children?โ
readonly optional children?: ReactNode;
Defined in: shared/types/componentProps.ts:36
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonly optional className?: string;
Defined in: shared/types/componentProps.ts:38
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonly optional disabled?: boolean;
Defined in: shared/types/componentProps.ts:40
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
responseTime?โ
readonly optional responseTime?: number;
Defined in: src/theme/components/MiniChartBar.tsx:50
Response time in milliseconds for the status check
statusโ
readonly status: "unknown" | "degraded" | "down" | "paused" | "pending" | "up" | "mixed";
Defined in: src/theme/components/MiniChartBar.tsx:58
Current status of the monitor or site.
Remarksโ
SiteStatus already includes all monitor-level status literals, so a single type keeps the prop well-aligned with the domain contract.
timestampโ
readonly timestamp:
| string
| number
| Date;
Defined in: src/theme/components/MiniChartBar.tsx:60
Timestamp when the status was recorded