AbstractStatusBarLabelItem Interface

Beta

Describes the data needed to insert a label item with an optional icon into the status bar.

Extends

Properties

Name Type Description
icon undefined | string Name of icon WebFont entry or if specifying an SVG symbol added by plug on use "svg:" prefix to imported symbol Id.  
label string Label.  
labelSide undefined | StatusbarLabelSide Defines which side of icon to display label if icon is defined.  
type Label Type of item to be inserted.  

Inherited properties

Name Type Inherited from Description
badge undefined | BadgeType AbstractStatusBarItem Describes badge.
id string AbstractStatusBarItem Required unique id of the item.
isVisible boolean AbstractStatusBarItem Describes if the item is visible.
itemPriority number AbstractStatusBarItem Priority within a section (recommend using values 1 through 100).
section StatusBarSection AbstractStatusBarItem status bar section

Defined in

Last Updated: 05 June, 2020