kkrpc
    Preparing search index...

    Interface ElectronTransportOptions

    Options for an Electron channel-backed transport.

    interface ElectronTransportOptions {
        channel?: string;
        endpoint: ElectronMessageEndpoint;
    }
    Index

    Properties

    Properties

    channel?: string

    IPC channel name. Defaults to the kkrpc message channel.

    Electron endpoint or preload bridge to send and receive through.