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: "http" | "port" | "ping" | "dns"

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

Type of monitor to check for response time support