TerminalEditorLocationOptions

Assumes a TerminalLocation of editor and allows specifying a ViewColumn and preserveFocus property

Online Documentation

Properties

Link copied to clipboard
abstract var preserveFocus: Boolean?

An optional flag that when true will stop the Terminal from taking focus.

Link copied to clipboard
abstract var viewColumn: ViewColumn

A view column in which the terminal should be shown in the editor area. The default is the 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.