Returns the entire call stack.
Adds an action to it's own internal call stack.
TestAction
void
Gets an action at a particular index of the call stack.
The position of the action which was called.
An action or undefined if not found.
Generated using TypeDoc
This is a minimal interface for storing the dispatched actions and all subsequent actions that were triggered from it in a call stack.
Think of it as a mock equivalent.