Optional
Readonly
iconIcon of the menu entry.
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).
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.
Generated using TypeDoc
An action definition that provides a button.