Interface: IActionBarItemCreationParams experimental
Beta
Properties required to create an Action Bar item.
Properties
contentBadgeId?
optionalcontentBadgeId?:string
Beta
Remarks
Optional content badge identifier associated with the item.
enabled?
optionalenabled?:boolean
Beta
Remarks
Initial enabled state of the item. If not defined, default is true.
executeOnAdd?
optionalexecuteOnAdd?:boolean
Beta
Remarks
Sets whether the Action Bar Item's execute is run when it is added to the Action Bar. If not defined, default is false.
icon
icon:
string
Beta
Remarks
Icon resource for the item.
iconAnimation?
optionaliconAnimation?:ImageAnimationData
Beta
Remarks
Animation data for sprite sheet icon image
label
label:
string
Beta
Remarks
Text label for item.
tooltipDescription?
optionaltooltipDescription?:string
Beta
Remarks
Tooltip description for the item.
tooltipTitle?
optionaltooltipTitle?:string
Beta
Remarks
Tooltip title for the item.
