TabGroup$Typings extension

on

Properties

activeTab Tab?

Available on TabGroup, provided by the TabGroup$Typings extension

The active {@link Tabtab} in the group. This is the tab whose contents are currently being rendered.
no setter
isActive bool

Available on TabGroup, provided by the TabGroup$Typings extension

Whether or not the group is currently active.
no setter
tabs List<Tab>

Available on TabGroup, provided by the TabGroup$Typings extension

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

Available on TabGroup, provided by the TabGroup$Typings extension

The view column of the group.
no setter