Theia API Documentation v1.71.0
    Preparing search index...
    interface ForwardedPort {
        address?: string;
        label?: string;
        onAutoForward?:
            | "notify"
            | "openBrowser"
            | "openBrowserOnce"
            | "openPreview"
            | "silent"
            | "ignore";
        port: number;
        protocol?: "http"
        | "https";
    }
    Index

    Properties

    address?: string
    label?: string
    onAutoForward?:
        | "notify"
        | "openBrowser"
        | "openBrowserOnce"
        | "openPreview"
        | "silent"
        | "ignore"
    port: number
    protocol?: "http" | "https"