Optional
Readonly
actionAria labels for the action buttons.
The tooltip values in the array should match the order given in the icons
property.
Optional
Readonly
actionTooltips for the action buttons.
The tooltip values in the array should match the order given in the icons
property.
Readonly
iconsIcons for the action buttons.
Readonly
idThis action's unique id.
Optional
Readonly
labelA textual label (or title) for this action.
Optional
isMethod 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.
Optional
isReturns 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.
Generated using TypeDoc
An action definition that provides multiple buttons.