Whether the button to add new tabs is enabled.
The default is false.
The document to use with the tab panel.
The default is the global document instance.
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 renderer for the panel's tab bar.
The default is a shared renderer instance.
The placement of the tab bar relative to the content.
The default is 'top'.
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.
Generated using TypeDoc
An options object for initializing a widget. An options object for initializing a tab panel.