Skip to main content

Function: ConditionalResponseTime()

ConditionalResponseTime(props: ConditionalResponseTimeProperties): ReactNode

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

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.