Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
WebviewViewsExt
Interface WebviewViewsExt
interface
WebviewViewsExt
{
$disposeWebviewView
(
handle
:
string
)
:
void
;
$onDidChangeWebviewViewVisibility
(
handle
:
string
,
visible
:
boolean
)
:
void
;
$resolveWebviewView
(
handle
:
string
,
viewType
:
string
,
title
:
undefined
|
string
,
state
:
any
,
cancellation
:
CancellationToken
,
)
:
Promise
<
void
>
;
}
Implemented by
WebviewViewsExtImpl
Index
Methods
$dispose
Webview
View
$on
Did
Change
Webview
View
Visibility
$resolve
Webview
View
Methods
$dispose
Webview
View
$disposeWebviewView
(
handle
:
string
)
:
void
Parameters
handle
:
string
Returns
void
$on
Did
Change
Webview
View
Visibility
$onDidChangeWebviewViewVisibility
(
handle
:
string
,
visible
:
boolean
)
:
void
Parameters
handle
:
string
visible
:
boolean
Returns
void
$resolve
Webview
View
$resolveWebviewView
(
handle
:
string
,
viewType
:
string
,
title
:
undefined
|
string
,
state
:
any
,
cancellation
:
CancellationToken
,
)
:
Promise
<
void
>
Parameters
handle
:
string
viewType
:
string
title
:
undefined
|
string
state
:
any
cancellation
:
CancellationToken
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$dispose
Webview
View
$on
Did
Change
Webview
View
Visibility
$resolve
Webview
View
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...