Optional
commandThe command to execute when the item is selected.
Optional
groupThe unique ID of the toolbar item.
Optional
menuA menu path with which this item is associated.
Optional
onWhen defined, the container tool-bar will be updated if this event is fired.
Note: currently, each item of the container toolbar will be re-rendered if any of the items have changed.
Optional
orderOptional ordering string for placing the item within its group
Optional
priorityPriority among the items. Can be negative. The smaller the number the left-most the item will be placed in the toolbar. It is 0
by default.
Optional
whenOptional
is
Tab-bar toolbar item backed by a
React.ReactNode
. Unlike theTabBarToolbarAction
, this item is not connected to the command service.