Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Opaque transport object returned by createBridgeTransport. Owns the VS Code webview API handle and a map of pending requests keyed by correlation ID.

    interface BridgeTransport {
        request: BridgeRequestFn;
        dispose(): void;
    }
    Index

    Properties

    Methods

    Properties

    Sends a request envelope and resolves with the typed result.

    Methods