Liking cljdoc? Tell your friends :D

dots.vscode.tab-group

Represents a group of tabs. A tab group itself consists of multiple tabs.

Represents a group of tabs. A tab group itself consists of multiple tabs.
raw docstring

active-tabcljs

(active-tab tab-group)

The active {@link Tab tab} in the group. This is the tab whose contents are currently being rendered.

Note that there can be one active tab per group but there can only be one {@link TabGroups.activeTabGroup active group}.

The active {@link Tab tab} in the group. This is the tab whose contents are currently
being rendered.

*Note* that there can be one active tab per group but there can only be one {@link TabGroups.activeTabGroup active group}.
sourceraw docstring

active?cljs

(active? tab-group)

Whether or not the group is currently active.

Note that only one tab group is active at a time, but that multiple tab groups can have an {@link activeTab active tab}.

Whether or not the group is currently active.

*Note* that only one tab group is active at a time, but that multiple tab
groups can have an {@link activeTab active tab}.
sourceraw docstring

tabscljs

(tabs tab-group)

The list of tabs contained within the group. This can be empty if the group has no tabs open.

The list of tabs contained within the group.
This can be empty if the group has no tabs open.
sourceraw docstring

view-columncljs

(view-column tab-group)

The view column of the group.

The view column of the group.
sourceraw docstring

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

× close