Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/webview/webview
WebviewContentOptions
Interface WebviewContentOptions
interface
WebviewContentOptions
{
allowForms
?:
boolean
;
allowScripts
?:
boolean
;
enableCommandUris
?:
boolean
|
readonly
string
[]
;
localResourceRoots
?:
readonly
string
[]
;
portMapping
?:
readonly
WebviewPortMapping
[]
;
}
Index
Properties
allow
Forms?
allow
Scripts?
enable
Command
Uris?
local
Resource
Roots?
port
Mapping?
Properties
Optional
Readonly
allow
Forms
allowForms
?:
boolean
Optional
Readonly
allow
Scripts
allowScripts
?:
boolean
Optional
Readonly
enable
Command
Uris
enableCommandUris
?:
boolean
|
readonly
string
[]
Optional
Readonly
local
Resource
Roots
localResourceRoots
?:
readonly
string
[]
Optional
Readonly
port
Mapping
portMapping
?:
readonly
WebviewPortMapping
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Forms
allow
Scripts
enable
Command
Uris
local
Resource
Roots
port
Mapping
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...