Skip to content

API > wxt/browser > Browser > tabGroups > TabGroup

Interface: TabGroup

Contents

Properties

collapsed

collapsed: boolean

Whether the group is collapsed. A collapsed group is one whose tabs are hidden.

Source

packages/browser/src/gen/index.d.ts:12233


color

color: ColorEnum

The group's color.

Source

packages/browser/src/gen/index.d.ts:12235


id

id: number

The ID of the group. Group IDs are unique within a browser session.

Source

packages/browser/src/gen/index.d.ts:12237


title

title?: string

Optional. The title of the group.

Source

packages/browser/src/gen/index.d.ts:12239


windowId

windowId: number

The ID of the window that contains the group.

Source

packages/browser/src/gen/index.d.ts:12241


Generated using typedoc-plugin-markdown and TypeDoc