Skip to main content

Function: allSupportsResponseTime()

allSupportsResponseTime(monitorTypes: ("http" | "port" | "ping" | "dns")[]): Promise<boolean>

Defined in: src/utils/monitorUiHelpers.ts:228

Check if all monitor types in array support response time. Useful for conditional rendering of response time charts.

Parametersโ€‹

monitorTypesโ€‹

("http" | "port" | "ping" | "dns")[]

Array of monitor types to check

Returnsโ€‹

Promise<boolean>

Whether all types support response time