electron-direct-ipc - v2.2.3
    Preparing search index...

    Type Alias InvokeMessage

    Message format for invoke/handle pattern

    type InvokeMessage = {
        args: unknown[];
        channel: string;
        requestId: string;
        type: "invoke";
    }
    Index

    Properties

    args: unknown[]
    channel: string
    requestId: string
    type: "invoke"