Liking cljdoc? Tell your friends :D

dots.vscode.tab

Represents a tab within a {@link TabGroup group of tabs}. Tabs are merely the graphical representation within the editor area. A backing editor is not a guarantee.

Represents a tab within a {@link TabGroup group of tabs}.
Tabs are merely the graphical representation within the editor area.
A backing editor is not a guarantee.
raw docstring

active?cljs

(active? tab)

Whether or not the tab is currently active. This is dictated by being the selected tab in the group.

Whether or not the tab is currently active.
This is dictated by being the selected tab in the group.
sourceraw docstring

dirty?cljs

(dirty? tab)

Whether or not the dirty indicator is present on the tab.

Whether or not the dirty indicator is present on the tab.
sourceraw docstring

groupcljs

(group tab)

The group which the tab belongs to.

The group which the tab belongs to.
sourceraw docstring

inputcljs

(input tab)

Defines the structure of the tab i.e. text, notebook, custom, etc. Resource and other useful properties are defined on the tab kind.

Defines the structure of the tab i.e. text, notebook, custom, etc.
Resource and other useful properties are defined on the tab kind.
sourceraw docstring

labelcljs

(label tab)

The text displayed on the tab.

The text displayed on the tab.
sourceraw docstring

pinned?cljs

(pinned? tab)

Whether or not the tab is pinned (pin icon is present).

Whether or not the tab is pinned (pin icon is present).
sourceraw docstring

preview?cljs

(preview? tab)

Whether or not the tab is in preview mode.

Whether or not the tab is in preview mode.
sourceraw docstring

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

× close