Theia API Documentation v1.65.0
    Preparing search index...

    Defines a port mapping used for localhost inside the webview.

    interface WebviewPortMapping {
        extensionHostPort: number;
        webviewPort: number;
    }
    Index

    Properties

    extensionHostPort: number

    Destination port. The webviewPort is resolved to this port.

    webviewPort: number

    Localhost port to remap inside the webview.