Constructor
new Action(context, options)
Parameters:
Name | Type | Description |
---|---|---|
context |
RenderContext | the context in which this action is performed |
options |
A key-value object of various options for the action. |
- Source:
Methods
empty() → {boolean}
Is the action a no-op, based on its options?
- Source:
Returns:
- Type
- boolean
(async) perform() → {Action}
Perform the action.
- Source:
Returns:
An action that completely undoes the performed action.
- Type
- Action