Skip to main content

Interface: IpcHandlerVerificationLogMetadata

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

Structured metadata logged when verifying IPC handler registration.

Propertiesโ€‹

availableChannelsโ€‹

availableChannels: readonly string[];

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

Ordered list of registered IPC channel identifiers.


channelโ€‹

channel: string;

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

Channel name requested by the preload bridge.