Class: Action
Defined in: component.d.ts:4
Constructors
Constructor
new Action(): Action;
Returns
Action
Properties
Property | Type | Description | Defined in |
---|---|---|---|
callback | (context ) => void | The callback function to be executed for this action. | component.d.ts:13 |
step | Step | The step during which this action will be executed. | component.d.ts:8 |