Interface PortOptions

The options for the Port backend

interface PortOptions {
    port: RPCPort;
    timeout?: number;
}

Properties

Properties

port: RPCPort

The target port that you want to connect to, or the current port if in a port context.

timeout?: number

How long to wait for a request to complete