Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebviewPanelShowOptions

Settings to determine where webview panel will be reside

Hierarchy

  • WebviewPanelShowOptions

Index

Properties

Optional area

area: Main | Left | Right | Bottom

Target area where webview panel will be resided. Shows in the 'WebviewPanelTargetArea.Main' area if undefined.

Optional preserveFocus

preserveFocus: boolean

When true, the webview will not take focus.

Optional viewColumn

viewColumn: number

Editor View column to show the panel in. Shows in the current viewColumn if undefined.