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

    Interface CachedPort<TPort>

    Cached port information

    interface CachedPort<TPort> {
        info: DirectIpcTarget;
        port: TPort;
    }

    Type Parameters

    • TPort
    Index

    Properties

    Properties

    port: TPort