Skip to main content

Interface: SitesChannelMap

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

Internal

Mapping from sites domain methods to IPC channels.

Propertiesโ€‹

addSiteโ€‹

readonly addSite: "add-site"

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

Internal


deleteAllSitesโ€‹

readonly deleteAllSites: "delete-all-sites"

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

Internal


getSitesโ€‹

readonly getSites: "get-sites"

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

Internal


removeMonitorโ€‹

readonly removeMonitor: "remove-monitor"

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

Internal


removeSiteโ€‹

readonly removeSite: "remove-site"

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

Internal


updateSiteโ€‹

readonly updateSite: "update-site"

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

Internal