Represents a group of tabs. A tab group itself consists of multiple tabs.
Fields
read onlytabs:ReadOnlyArray<Tab>
The list of tabs contained within the group. This can be empty if the group has no tabs open.
read onlyisActive:Bool
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}.
@link Tab.isActive}
See also:
{