Type Alias: ElectronBridgeDomain
type ElectronBridgeDomain =
| "cloud"
| "data"
| "events"
| "monitoring"
| "monitorTypes"
| "notifications"
| "settings"
| "sites"
| "stateSync"
| "system";
Defined in: src/services/utils/electronBridgeReadiness.ts:45
Electron bridge domains exposed by the preload script.