reveal
abstract fun reveal(viewColumn: ViewColumn = definedExternally, preserveFocus: Boolean = definedExternally)(source)
Show the webview panel in a given column.
A webview panel may only show in a single column at a time. If it is already showing, this method moves it to a new column.
Parameters
viewColumn
View column to show the panel in. Shows in the current viewColumn
if undefined.
preserveFocus
When true
, the webview will not take focus.