WebviewView$Typings extension

on

Properties

badge ViewBadge?
The badge to display for this webview view. To remove the badge, set to undefined.
getter/setter pair
description String?
Human-readable string which is rendered less prominently in the title.
getter/setter pair
onDidChangeVisibility Event<void>
Event fired when the visibility of the view changes.
no setter
onDidDispose Event<void>
Event fired when the view is disposed.
no setter
show ↔ void Function([bool?])
getter/setter pair
title String?
View title displayed in the UI.
getter/setter pair
viewType String
Identifies the type of the webview view, such as 'hexEditor.dataView'.
no setter
visible bool
Tracks if the webview is currently visible.
no setter
webview Webview
The underlying webview for the view.
no setter