Skip to main content

Interface: IpcHandlerVerificationResult

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

Response structure returned by the diagnostics IPC handler verification.

Propertiesโ€‹

availableChannelsโ€‹

availableChannels: readonly string[];

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

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


channelโ€‹

channel: string;

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

Channel name that was requested by the preload bridge.


registeredโ€‹

registered: boolean;

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

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