Skip to main content

Interface: ConditionalResponseTimeProperties

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

Component that conditionally renders based on response time support.

Propertiesโ€‹

childrenโ€‹

readonly children: ReactNode

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

React node to render when response time is supported


fallback?โ€‹

readonly optional fallback: ReactNode

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

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:29

Type of monitor to check for response time support