API Reference > ui-abstract > Backstage > BackstageActionItem BackstageActionItem Interface Beta Describes the data needed to insert an action button into the backstage menu. Extends CommonBackstageItem Properties Name Type Description execute () => void itemType ActionItem Inherited properties Name Type Inherited from Description badge undefined | BadgeType CommonBackstageItem Describes badge. groupPriority number CommonBackstageItem GroupPriority specifies the group an item is in (recommend using values 1 through 100). icon undefined | string CommonBackstageItem Name of icon WebFont entry or if specifying an SVG symbol added by plug on use "svg:" prefix to imported symbol Id. id string CommonBackstageItem Required unique id of the item. isEnabled boolean CommonBackstageItem Describes if the item is enabled. isVisible boolean CommonBackstageItem Describes if the item is visible. itemPriority number CommonBackstageItem Priority within a group (recommend using values 1 through 100). label string CommonBackstageItem Label. subtitle undefined | string CommonBackstageItem Subtitle. tooltip undefined | string CommonBackstageItem Tooltip. Defined in ui/abstract/src/ui-abstract/backstage/BackstageItem.ts Line 54 Last Updated: 13 June, 2024