Readonly
idThis action's unique id.
Optional
Readonly
labelA textual label (or title) for this action.
Readonly
typeThe type of this action.
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>
).
Generated using TypeDoc
Properties shared by all action definitions.