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
(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`
(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.
(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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close