Skip to main content

Interface: ElectronBridgeApi<TEventsApi, TSystemApi>

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

Shared shape of the Electron bridge API exposed to the renderer.

Type Parametersโ€‹

TEventsApiโ€‹

TEventsApi

TSystemApiโ€‹

TSystemApi extends SystemDomainBridge

Propertiesโ€‹

cloudโ€‹

readonly cloud: CloudDomainBridge

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


dataโ€‹

readonly data: DataDomainBridge

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


eventsโ€‹

readonly events: TEventsApi

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


monitoringโ€‹

readonly monitoring: MonitoringDomainBridge

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


monitorTypesโ€‹

readonly monitorTypes: MonitorTypesDomainBridge

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


notificationsโ€‹

readonly notifications: NotificationsDomainBridge

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


settingsโ€‹

readonly settings: SettingsDomainBridge

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


sitesโ€‹

readonly sites: SitesDomainBridge

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


stateSyncโ€‹

readonly stateSync: StateSyncApiSurface

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


systemโ€‹

readonly system: TSystemApi

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