Optional
badgeOptional
descriptionHuman-readable string which is rendered less prominently in the title.
Readonly
onEvent 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
.
Readonly
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.
Optional
titleView title displayed in the UI.
The view title is initially taken from the extension package.json
contribution.
Readonly
viewIdentifies the type of the webview view, such as 'hexEditor.dataView'
.
Readonly
visibleTracks if the webview is currently visible.
Views are visible when they are on the screen and expanded.
Readonly
webviewThe underlying webview for the view.
The badge to display for this webview view. To remove the badge, set to undefined.