WebviewPanel$Typings extension
- on
Properties
- active → bool
-
Whether the panel is active (focused by the user).
no setter
- dispose ↔ dynamic Function()
-
getter/setter pair
- iconPath ↔ Object?
-
Icon for the panel shown in UI.
getter/setter pair
-
onDidChangeViewState
→ Event<
WebviewPanelOnDidChangeViewStateEvent> -
Fired when the panel's view state changes.
no setter
-
onDidDispose
→ Event<
void> -
Fired when the panel is disposed.
no setter
- options → WebviewPanelOptions
-
Content settings for the webview panel.
no setter
- reveal ↔ void Function([ViewColumn?, bool?])
-
getter/setter pair
- title ↔ String
-
Title of the panel shown in UI.
getter/setter pair
- viewColumn → ViewColumn?
-
Editor position of the panel. This property is only set if the webview is in
one of the editor view columns.
no setter
- viewType → String
-
Identifies the type of the webview panel, such as
'markdown.preview'
.no setter - visible → bool
-
Whether the panel is visible.
no setter
- webview → Webview
-
{@linkcode Webview} belonging to the panel.
no setter