Interface: ElectronBridgeApi<TEventsApi, TSystemApi>
Defined in: shared/types/preload.ts:412
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:416
dataโ
readonly data: DataDomainBridge;
Defined in: shared/types/preload.ts:417
eventsโ
readonly events: TEventsApi;
Defined in: shared/types/preload.ts:418
monitoringโ
readonly monitoring: MonitoringDomainBridge;
Defined in: shared/types/preload.ts:419
monitorTypesโ
readonly monitorTypes: MonitorTypesDomainBridge;
Defined in: shared/types/preload.ts:420
notificationsโ
readonly notifications: NotificationsDomainBridge;
Defined in: shared/types/preload.ts:421
settingsโ
readonly settings: SettingsDomainBridge;
Defined in: shared/types/preload.ts:422
sitesโ
readonly sites: SitesDomainBridge;
Defined in: shared/types/preload.ts:423
stateSyncโ
readonly stateSync: StateSyncDomainBridge;
Defined in: shared/types/preload.ts:424
systemโ
readonly system: TSystemApi;
Defined in: shared/types/preload.ts:425