API Reference > ui-abstract > StatusBar > AbstractStatusBarActionItem AbstractStatusBarActionItem Interface Beta Describes the data needed to insert an action item into the status bar. Extends AbstractStatusBarItem Properties Name Type Description execute () => void method to execute when icon is pressed 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 undefined | string Label. tooltip undefined | string tooltip. type ActionItem 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 83 Last Updated: 13 June, 2024