Function: createWebviewPanel()
createWebviewPanel(
viewType
,title
,options
?):WebviewPanel
Defined in: packages/extension-api/src/extension-api.d.ts:2340
Create and show a new webview panel.
Parameters
viewType
string
Identifies the type of the webview panel.
title
string
Title of the panel.
options?
Settings for the new panel.
Returns
New webview panel.