API Reference > ui-abstract > StatusBar > AbstractStatusBarLabelItem AbstractStatusBarLabelItem Interface Beta Describes the data needed to insert a label item with an optional icon into the status bar. Extends AbstractStatusBarItem 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 ui/abstract/src/ui-abstract/statusbar/StatusBarItem.ts Line 99 Last Updated: 13 June, 2024