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.
(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}.
(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}.
(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.
(view-column tab-group)
The view column of the group.
The view column of the group.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close