Skip to main content

Function: ConditionalResponseTime()

function ConditionalResponseTime(
props: ConditionalResponseTimeProperties
): ReactNode;

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

Conditionally renders children based on monitor type's response time support.

Parametersโ€‹

propsโ€‹

ConditionalResponseTimeProperties

Component properties

Returnsโ€‹

ReactNode

React node based on response time support

Remarksโ€‹

Asynchronously checks if the monitor type supports response time measurements and renders children only if supported, otherwise renders fallback content.