Function: createWebviewPanel()
createWebviewPanel(
viewType
,title
,options
?):WebviewPanel
Create and show a new webview panel.
Parameters
• viewType: string
Identifies the type of the webview panel.
• title: string
Title of the panel.
• options?: WebviewOptions
Settings for the new panel.
Returns
New webview panel.