Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JoinTabGroupPayload

Details of the 'join-tab-group' event

Hierarchy

Index

Properties

index

index: number

The index at which the tab was inserted.

An integer in the range [0, <tab count>-1].

tabGroupId

tabGroupId: string

String that uniquely identifies the current tabset.

tabID

Identifies the window that is the source of the current event.

See the documentation for individual events for more details.

tabProps

tabProps: TabProperties

The properties of the newly-added tab.

These will be generated from the tabID window, or will be whatever properties were previously set for the tabID window using updateTabProperties.