Skip to main content

Function: getTypesWithFeature()

getTypesWithFeature(feature: "responseTime" | "advancedAnalytics"): Promise<("http" | "port" | "ping" | "dns")[]>

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

Get available monitor types that support a specific feature.

Parametersโ€‹

featureโ€‹

Feature to check for ('responseTime' | 'advancedAnalytics')

"responseTime" | "advancedAnalytics"

Returnsโ€‹

Promise<("http" | "port" | "ping" | "dns")[]>

Array of monitor types that support the feature