Liking cljdoc? Tell your friends :D

dots.vscode.view-column

Denotes a location of an editor in the window. Editors can be arranged in a grid and each column represents one editor location in that grid by counting the editors in order of their appearance.

Denotes a location of an editor in the window. Editors can be arranged in a grid
and each column represents one editor location in that grid by counting the editors
in order of their appearance.
raw docstring

activecljs

A symbolic editor column representing the currently active column. This value can be used when opening editors, but the resolved {@link TextEditor.viewColumn viewColumn}-value of editors will always be One, Two, Three,... or undefined but never Active.

A *symbolic* editor column representing the currently active column. This value
can be used when opening editors, but the *resolved* {@link TextEditor.viewColumn viewColumn}-value
of editors will always be `One`, `Two`, `Three`,... or `undefined` but never `Active`.
sourceraw docstring

besidecljs

A symbolic editor column representing the column to the side of the active one. This value can be used when opening editors, but the resolved {@link TextEditor.viewColumn viewColumn}-value of editors will always be One, Two, Three,... or undefined but never Beside.

A *symbolic* editor column representing the column to the side of the active one. This value
can be used when opening editors, but the *resolved* {@link TextEditor.viewColumn viewColumn}-value
of editors will always be `One`, `Two`, `Three`,... or `undefined` but never `Beside`.
sourceraw docstring

eightcljs

The eighth editor column.

The eighth editor column.
sourceraw docstring

fivecljs

The fifth editor column.

The fifth editor column.
sourceraw docstring

fourcljs

The fourth editor column.

The fourth editor column.
sourceraw docstring

ninecljs

The ninth editor column.

The ninth editor column.
sourceraw docstring

onecljs

The first editor column.

The first editor column.
sourceraw docstring

sevencljs

The seventh editor column.

The seventh editor column.
sourceraw docstring

sixcljs

The sixth editor column.

The sixth editor column.
sourceraw docstring

threecljs

The third editor column.

The third editor column.
sourceraw docstring

twocljs

The second editor column.

The second editor column.
sourceraw docstring

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

× close