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

    Interface DirectIpcRendererOptions<TIdentifierStrings>

    Options for DirectIpcRenderer

    interface DirectIpcRendererOptions<TIdentifierStrings extends string = string> {
        defaultTimeout?: number;
        identifier?: TIdentifierStrings;
        log?: DirectIpcLogger;
    }

    Type Parameters

    • TIdentifierStrings extends string = string

      Union of allowed identifier strings

    Index

    Properties

    defaultTimeout?: number
    identifier?: TIdentifierStrings