Skip to main content

Interface: IpcHandlerVerificationResult

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

Response structure returned by the diagnostics IPC handler verification.

Propertiesโ€‹

availableChannelsโ€‹

availableChannels: readonly string[]

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

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


channelโ€‹

channel: string

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

Channel name that was requested by the preload bridge.


registeredโ€‹

registered: boolean

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

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