Representation of an action we implement
A callback for code to implement this action
Limit types of our parameters
MUST be a TypeScript class
(i.e., not an interface
or type
)
and MUST be named (i.e., not an anonymous class)
Human description of the action for UI etc.
Name of the action
Only implement our own actions
Content-type(s) with which this action works
Generated using TypeDoc
Representation of an action we implement