AbstractStatusBarActionItem Interface

Beta

Describes the data needed to insert an action item into the status bar.

Extends

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

Last Updated: 05 June, 2020