TabGroup

interface TabGroup(source)

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

Online Documentation

Properties

Link copied to clipboard
abstract val activeTab: Tab?

The active tab in the group. This is the tab whose contents are currently being rendered.

Link copied to clipboard
abstract val isActive: Boolean

Whether or not the group is currently active.

Link copied to clipboard
abstract val tabs: ReadonlyArray<Tab>

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

Link copied to clipboard
abstract val viewColumn: ViewColumn

The view column of the group.