OptionaladdWhether the add button is enabled.
The default is false.
OptionalallowWhether a tab can be deselected by the user.
The default is false.
OptionaldocumentThe document to use with the tab bar.
The default is the global document instance.
OptionalinsertThe selection behavior when inserting a tab.
The default is 'select-tab-if-needed'.
OptionalnameName of the tab bar.
This is used for accessibility reasons. The default is the empty string.
OptionalorientationThe layout orientation of the tab bar.
The default is horizontal.
OptionalremoveThe selection behavior when removing a tab.
The default is 'select-tab-after'.
OptionalrendererA renderer to use with the tab bar.
The default is a shared renderer instance.
OptionaltabsWhether the tabs are movable by the user.
The default is false.
OptionaltitlesWhether the titles can be directly edited by the user.
The default is false.
An options object for creating a tab bar.