Identifies the type of the webview panel.
Title of the panel.
Where to show the webview in the editor. If preserveFocus is set, the new webview will not take focus.
Optional ReadonlypreserveFocus?: booleanAn optional flag that when true will stop the panel from taking focus.
ReadonlyviewColumn: ViewColumnThe view column in which the WebviewPanel should be shown.
Optionaloptions: WebviewPanelOptions & WebviewOptionsSettings for the new panel.
New webview panel.
Create and show a new webview panel.