StatusBar
Classes for creating and managing items in the status bar.
Classes
Name | Description | |
---|---|---|
AbstractStatusBarItemUtilities | Helper class to create Abstract StatusBar Item definitions. | Beta |
StatusBarItemsManager | Controls status bar items. | Beta |
Enumerations
Name | Description | |
---|---|---|
StatusBarItemType | Used to specify the item type added to the status bar. | Beta |
StatusbarLabelSide | Defines which side of Icon where label is placed | Beta |
StatusBarSection | Status bar Groups/Sections from Left to Right | Beta |
Global Functions
Name | Description | |
---|---|---|
isAbstractStatusBarActionItem | AbstractStatusBarActionItem type guard. | Beta |
isAbstractStatusBarCustomItem | AbstractStatusBarCustomItem type guard. | Beta |
isAbstractStatusBarLabelItem | AbstractStatusBarLabelItem type guard. | Beta |
Interfaces
Name | Description | |
---|---|---|
AbstractStatusBarActionItem | Describes the data needed to insert an action item into the status bar. | Beta |
AbstractStatusBarCustomItem | Describes the data needed to insert a custom item into the status bar. | Beta |
AbstractStatusBarItem | Describes the data needed to insert a button into the status bar. | Beta |
AbstractStatusBarLabelItem | Describes the data needed to insert a label item with an optional icon into the status bar. | Beta |
Type Aliases
Name | Description | |
---|---|---|
CommonStatusBarItem | Describes the data needed to insert a button into the status bar. | Beta |
StatusBarItemId | Type for StatusBar Item Id | Beta |
Last Updated: 13 June, 2024