Identifies the type of the webview view, such as 'hexEditor.dataView'
.
The underlying webview for the view.
View title displayed in the UI.
The view title is initially taken from the extension package.json
contribution.
Human-readable string which is rendered less prominently in the title.
Event fired when the view is disposed.
Views are disposed when they are explicitly hidden by a user (this happens when a user right clicks in a view and unchecks the webview view).
Trying to use the view after it has been disposed throws an exception.
Tracks if the webview is currently visible.
Views are visible when they are on the screen and expanded.
Event fired when the visibility of the view changes.
Actions that trigger a visibility change:
Note that hiding a view using the context menu instead disposes of the view and fires onDidDispose
.
Reveal the view in the UI.
If the view is collapsed, this will expand it.
When true
the view will not take focus.
Generated by TypeDoc
A webview based view.