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

    Represents a registered process in the DirectIpc system

    type DirectIpcTarget = {
        id: number;
        identifier?: string;
        pid?: number;
        processType: ProcessType;
        url?: string;
        webContentsId?: number;
    }
    Index

    Properties

    id: number

    Unique ID assigned by DirectIpcMain for this process

    identifier?: string

    Optional user-defined identifier string

    pid?: number

    Process ID for diagnostic purposes (optional)

    processType: ProcessType

    Process type discriminator

    url?: string

    Full URL of the webContents (only for RENDERER type)

    webContentsId?: number

    Target webContents id (only for RENDERER type)