Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Values of this type are strings. Possible values are:
- `collapsed`
- : `boolean`. Whether the tab group is collapsed or expanded in the tab strip.
- In Firefox, a collapsed group can contain the active tab. The inactive tabs are collapsed.
- In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the active tab is moved to the first tab to the right of the group. If there is no tab to the right of the group, it's moved to the tab immediately to the left of the group.
- In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the tab to the immediate right or left of the group becomes active, or if there are none available, a new active tab is opened.
- `color`
- : {{WebExtAPIRef("tabGroups.Color")}}. The name of the user-selected color for the tab group's label and icons.
- `id`
Expand Down