files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md
The state of a tab group.
Values of this type are strings. Possible values are:
collapsed
boolean. Whether the tab group is collapsed or expanded in the tab strip.
color
id
integer. The unique ID of the tab group. Can't be {{WebExtAPIRef("tabGroups.TAB_GROUP_ID_NONE")}}. The ID of a closed tab group may be reused when a tab group is restored, but this isn't guaranteed by the API. To identify tab groups across browser restarts, look at other properties and the tabs within the tab groups.title
string. The user-defined name of the tab group.windowId
integer. The unique ID of the window the tab group is in.{{WebExtExamples("h2")}}
{{Compat}}