Skip to main content

Interface: IpcHandlerVerificationLogMetadata

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

Structured metadata logged when verifying IPC handler registration.

Propertiesโ€‹

availableChannelsโ€‹

availableChannels: readonly string[]

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

Ordered list of registered IPC channel identifiers.


channelโ€‹

channel: string

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

Channel name requested by the preload bridge.