Interface: ConditionalResponseTimeProperties
Defined in: src/components/common/MonitorUiComponents.tsx:24
Component that conditionally renders based on response time support.
Propertiesโ
childrenโ
readonly children: ReactNode;
Defined in: src/components/common/MonitorUiComponents.tsx:26
React node to render when response time is supported
fallback?โ
readonly optional fallback?: ReactNode;
Defined in: src/components/common/MonitorUiComponents.tsx:28
React node to render when response time is not supported or while loading
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:30
Type of monitor to check for response time support