Skip to main content

Interface: MonitoringChannelMap

Defined in: shared/types/preload.ts:94

Internal

Mapping from monitoring domain methods to IPC channels.

Propertiesโ€‹

checkSiteNowโ€‹

readonly checkSiteNow: "check-site-now"

Defined in: shared/types/preload.ts:95

Internal


startMonitoringโ€‹

readonly startMonitoring: "start-monitoring"

Defined in: shared/types/preload.ts:96

Internal


startMonitoringForMonitorโ€‹

readonly startMonitoringForMonitor: "start-monitoring-for-monitor"

Defined in: shared/types/preload.ts:97

Internal


startMonitoringForSiteโ€‹

readonly startMonitoringForSite: "start-monitoring-for-site"

Defined in: shared/types/preload.ts:98

Internal


stopMonitoringโ€‹

readonly stopMonitoring: "stop-monitoring"

Defined in: shared/types/preload.ts:99

Internal


stopMonitoringForMonitorโ€‹

readonly stopMonitoringForMonitor: "stop-monitoring-for-monitor"

Defined in: shared/types/preload.ts:100

Internal


stopMonitoringForSiteโ€‹

readonly stopMonitoringForSite: "stop-monitoring-for-site"

Defined in: shared/types/preload.ts:101

Internal