Properties shared by all action definitions.
Readonly
This action's unique id.
Optional
A textual label (or title) for this action.
The type of this action.
Returns true if the action shall be available for the given item. Should return false otherwise.
true
false
Note that this method may be asynchronous (i.e. return a Promise<boolean>).
Promise<boolean>
Properties shared by all action definitions.