Readonly
_Readonly
_Readonly
handleReadonly
onReadonly
onReadonly
onEvent 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.
Readonly
onReadonly
proxyHuman-readable string which is rendered less prominently in the title.
Human-readable string which is rendered less prominently in the title.
View title displayed in the UI.
The view title is initially taken from the extension package.json
contribution.
View title displayed in the UI.
The view title is initially taken from the extension package.json
contribution.
Identifies the type of the webview view, such as 'hexEditor.dataView'
.
Tracks if the webview is currently visible.
Views are visible when they are on the screen and expanded.
The underlying webview for the view.
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
.