WebviewView$Typings extension

on

Properties

badge ViewBadge?

Available on WebviewView, provided by the WebviewView$Typings extension

The badge to display for this webview view. To remove the badge, set to undefined.
getter/setter pair
description String?

Available on WebviewView, provided by the WebviewView$Typings extension

Human-readable string which is rendered less prominently in the title.
getter/setter pair
onDidChangeVisibility Event<void>

Available on WebviewView, provided by the WebviewView$Typings extension

Event fired when the visibility of the view changes.
no setter
onDidDispose Event<void>

Available on WebviewView, provided by the WebviewView$Typings extension

Event fired when the view is disposed.
no setter
show ↔ void Function([bool?])

Available on WebviewView, provided by the WebviewView$Typings extension

getter/setter pair
title String?

Available on WebviewView, provided by the WebviewView$Typings extension

View title displayed in the UI.
getter/setter pair
viewType String

Available on WebviewView, provided by the WebviewView$Typings extension

Identifies the type of the webview view, such as 'hexEditor.dataView'.
no setter
visible bool

Available on WebviewView, provided by the WebviewView$Typings extension

Tracks if the webview is currently visible.
no setter
webview Webview

Available on WebviewView, provided by the WebviewView$Typings extension

The underlying webview for the view.
no setter