TerminalEditorLocationOptions class

Assumes a {@link TerminalLocation} of editor and allows specifying a {@link ViewColumn} and {@link TerminalEditorLocationOptions.preserveFocuspreserveFocus } property

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

TerminalEditorLocationOptions.new({ViewColumn? viewColumn, bool? preserveFocus})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
preserveFocus bool?

Available on TerminalEditorLocationOptions, provided by the TerminalEditorLocationOptions$Typings extension

An optional flag that when true will stop the {@link Terminal} from taking focus.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewColumn ViewColumn

Available on TerminalEditorLocationOptions, provided by the TerminalEditorLocationOptions$Typings extension

A view column in which the {@link Terminal terminal} should be shown in the editor area. The default is the {@link ViewColumn.Active active}. Columns that do not exist will be created as needed up to the maximum of {@linkcode ViewColumn.Nine}. Use {@linkcode ViewColumn.Beside} to open the editor to the side of the currently active one.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited