Theia API Documentation v1.71.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/remote
electron-common/remote-port-forwarding-provider
ForwardedPort
Interface ForwardedPort
interface
ForwardedPort
{
address
?:
string
;
label
?:
string
;
onAutoForward
?:
|
"notify"
|
"openBrowser"
|
"openBrowserOnce"
|
"openPreview"
|
"silent"
|
"ignore"
;
port
:
number
;
protocol
?:
"http"
|
"https"
;
}
Index
Properties
address?
label?
on
Auto
Forward?
port
protocol?
Properties
Optional
address
address
?:
string
Optional
label
label
?:
string
Optional
on
Auto
Forward
onAutoForward
?:
|
"notify"
|
"openBrowser"
|
"openBrowserOnce"
|
"openPreview"
|
"silent"
|
"ignore"
port
port
:
number
Optional
protocol
protocol
?:
"http"
|
"https"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
label
on
Auto
Forward
port
protocol
Eclipse Theia Website
GitHub
Theia API Documentation v1.71.0
Loading...