Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.91 KB

codearts_plugin_.TabGroup.md

File metadata and controls

75 lines (41 loc) · 1.91 KB

@codearts/plugin / "@codearts/plugin" / TabGroup

Interface: TabGroup

"@codearts/plugin".TabGroup

Represents a group of tabs. A tab group itself consists of multiple tabs.

Table of contents

Properties

Properties

activeTab

Readonly activeTab: undefined | Tab

The active 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 active group.

Defined in

index.d.ts:17334


isActive

Readonly isActive: boolean

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 TabGroup.aciveTab active tab.

See

isActive

Defined in

index.d.ts:17321


tabs

Readonly tabs: readonly Tab[]

The list of tabs contained within the group. This can be empty if the group has no tabs open.

Defined in

index.d.ts:17340


viewColumn

Readonly viewColumn: ViewColumn

The view column of the group.

Defined in

index.d.ts:17326