Whether the add button is enabled.
The default is false.
Whether a tab can be deselected by the user.
The default is false.
The document to use with the tab bar.
The default is the global document instance.
The selection behavior when inserting a tab.
The default is 'select-tab-if-needed'.
Name of the tab bar.
This is used for accessibility reasons. The default is the empty string.
The optional node to use for the widget.
If a node is provided, the widget will assume full ownership and control of the node, as if it had created the node itself.
The default is a new <div>.
The layout orientation of the tab bar.
The default is horizontal.
The selection behavior when removing a tab.
The default is 'select-tab-after'.
A renderer to use with the tab bar.
The default is a shared renderer instance.
Whether the tabs are movable by the user.
The default is false.
The optional element tag, used for constructing the widget's node.
If a pre-constructed node is provided via the node arg, this
value is ignored.
Whether the titles can be directly edited by the user.
The default is false.
Generated using TypeDoc
An options object for initializing a widget. An options object for creating a tab bar.