StatusBar

Classes for creating and managing items in the status bar.

Classes

Name Description  
AbstractStatusBarItemUtilities Helper class to create Abstract StatusBar Item definitions.  

Enumerations

Name Description  
StatusBarLabelSide Defines which side of Icon where label is placed  
StatusBarSection Status bar Groups/Sections from Left to Right  

Global Functions

Name Description  
isAbstractStatusBarActionItem AbstractStatusBarActionItem type guard.  
isAbstractStatusBarCustomItem AbstractStatusBarCustomItem type guard.  
isAbstractStatusBarLabelItem AbstractStatusBarLabelItem type guard.  

Interfaces

Name Description  
AbstractStatusBarActionItem Describes the data needed to insert an action item into the status bar.  
AbstractStatusBarCustomItem Describes the data needed to insert a custom item into the status bar.  
AbstractStatusBarItem Describes the data needed to insert a button into the status bar.  
AbstractStatusBarLabelItem Describes the data needed to insert a label item with an optional icon into the status bar.  

Type Aliases

Name Description  
CommonStatusBarItem Describes the data needed to insert a button into the status bar.  
StatusBarItemId Type for StatusBar Item Id  

Last Updated: 15 June, 2021