Skip to main content

Interface: IpcHandlerVerificationResult

Defined in: shared/types/ipc.ts:83

Response structure returned by the diagnostics IPC handler verification.

Propertiesโ€‹

availableChannelsโ€‹

availableChannels: readonly string[]

Defined in: shared/types/ipc.ts:85

Ordered list of registered IPC channels exposed by the main process.


channelโ€‹

channel: string

Defined in: shared/types/ipc.ts:87

Channel name that was requested by the preload bridge.


registeredโ€‹

registered: boolean

Defined in: shared/types/ipc.ts:92

Indicates whether the requested channel is registered in the main process.