electron-ipc-module
    Preparing search index...

    Interface IpcChannelContext

    Options accepted by defineIpcModule.

    interface IpcChannelContext {
        channel: string;
        key: string;
        prefix: string;
    }
    Index
    channel: string

    Fully-qualified runtime channel name.

    key: string

    Channel key as declared in the module.

    prefix: string

    Module prefix.