A type alias for a simple immutable string dataset.
The object which owns the title.
Get the caption for the title.
The default value is an empty string.
Set the caption for the title.
The default value is an empty string.
A signal emitted when the state of the title changes.
Get the extra class name for the title.
The default value is an empty string.
Set the extra class name for the title.
Multiple class names can be separated with whitespace.
Get the closable state for the title.
The default value is false
.
Set the closable state for the title.
This controls the presence of a close icon when applicable.
Get the icon class name for the title.
The default value is an empty string.
Set the icon class name for the title.
Multiple class names can be separated with whitespace.
Get the icon label for the title.
The default value is an empty string.
Set the icon label for the title.
Multiple class names can be separated with whitespace.
Get the label for the title.
The default value is an empty string.
Set the label for the title.
The default value is an empty string.
Get the mnemonic index for the title.
The default value is -1
.
Set the mnemonic index for the title.
The default value is -1
.
Generated using TypeDoc
An object which holds data related to an object's title. The namespace for the
Title
class statics.Notes
A title object is intended to hold the data necessary to display a header for a particular object. A common example is the
TabPanel
, which uses the widget title to populate the tab for a child widget.