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

    Type Alias InvokeResponse

    Response format for invoke/handle pattern

    type InvokeResponse = {
        data?: unknown;
        error?: string;
        requestId: string;
        success: boolean;
        type: "invoke-response";
    }
    Index

    Properties

    data?: unknown
    error?: string
    requestId: string
    success: boolean
    type: "invoke-response"