Action
Callable
Type parameters
- T: UnknownNode
Parameters
forNode: Constructable<T>
The class of node for which this action is being declared.
Returns (constructor: any) => void
The decorated class.
Parameters
constructor: any
Returns void
The class of node for which this action is being declared.
The decorated class.
An
@Action
is a class decorator to be placed on top of a class that represents an action of one of ModelType.Decorators
Definition of Actions.