Optional
addWhether the add button is enabled.
The default is false
.
Optional
allowWhether a tab can be deselected by the user.
The default is false
.
Optional
documentThe document to use with the tab bar.
The default is the global document
instance.
Optional
insertThe selection behavior when inserting a tab.
The default is 'select-tab-if-needed'
.
Optional
nameName of the tab bar.
This is used for accessibility reasons. The default is the empty string.
Optional
orientationThe layout orientation of the tab bar.
The default is horizontal
.
Optional
removeThe selection behavior when removing a tab.
The default is 'select-tab-after'
.
Optional
rendererA renderer to use with the tab bar.
The default is a shared renderer instance.
Optional
tabsWhether the tabs are movable by the user.
The default is false
.
Optional
titlesWhether the titles can be directly edited by the user.
The default is false
.
An options object for creating a tab bar.