viewColumn property
ViewColumn?
get
viewColumn
Editor position of the panel. This property is only set if the webview is in one of the editor view columns.
Implementation
_i3.ViewColumn? get viewColumn => switch (_i5.getProperty(
this,
'viewColumn',
)) {
_i2.String name => _i3.ViewColumn.values.byName(name),
_ => null
};