Optional ReadonlyactionAria labels for the action buttons.
The tooltip values in the array should match the order given in the icons property.
Optional ReadonlyactionTooltips for the action buttons.
The tooltip values in the array should match the order given in the icons property.
ReadonlyiconsIcons for the action buttons.
ReadonlyidThis action's unique id.
Optional ReadonlylabelA textual label (or title) for this action.
ReadonlytypeThe type of this action.
OptionalisMethod to decide if the action should be shown as disabled (optional).
The boolean values in the returned array should match the order given in the icons property.
OptionalisReturns true if the action shall be available for the given item.
Should return false otherwise.
Note that this method may be asynchronous (i.e. return a Promise<boolean>).
Called if the menu item is clicked.
The buttonIndex identifies the target button in this row.
An action definition that provides multiple buttons.