Skip to main content

Interface: DetailLabelProperties

Defined in: src/components/common/MonitorUiComponents.tsx:39

Component that dynamically formats monitor detail labels. Handles async loading of monitor configuration.

Propertiesโ€‹

detailsโ€‹

readonly details: string;

Defined in: src/components/common/MonitorUiComponents.tsx:41

Raw details string to format


fallback?โ€‹

readonly optional fallback?: string;

Defined in: src/components/common/MonitorUiComponents.tsx:43

Fallback text to display if formatting fails


monitorTypeโ€‹

readonly monitorType:
| "cdn-edge-consistency"
| "dns"
| "http"
| "http-header"
| "http-json"
| "http-keyword"
| "http-latency"
| "http-status"
| "ping"
| "port"
| "replication"
| "server-heartbeat"
| "ssl"
| "websocket-keepalive";

Defined in: src/components/common/MonitorUiComponents.tsx:45

Type of monitor for context-specific formatting