Liking cljdoc? Tell your friends :D

dots.vscode.terminal-editor-location-options

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

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

preserve-focus?cljs

(preserve-focus? terminal-editor-location-options)

An optional flag that when true will stop the {@link Terminal } from taking focus.

Returns: boolean | undefined

An optional flag that when `true` will stop the {@link Terminal } from taking focus.

**Returns:** `boolean | undefined`
sourceraw docstring

set-preserve-focus!cljs

(set-preserve-focus! terminal-editor-location-options value)

An optional flag that when true will stop the {@link Terminal } from taking focus.

An optional flag that when `true` will stop the {@link Terminal } from taking focus.
sourceraw docstring

set-view-column!cljs

(set-view-column! terminal-editor-location-options value)

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.

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.
sourceraw docstring

view-columncljs

(view-column terminal-editor-location-options)

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.

Returns: ViewColumn

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.

**Returns:** `ViewColumn`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close