BackstageActionItem Interface

Beta

Describes the data needed to insert an action button into the backstage menu.

Extends

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

Last Updated: 05 June, 2020