THIS IS ARCHIVED DOCUMENTATION
(Deprecated) HistoryActions
(Deprecated) HistoryActions
In this article
In this article
The history action creators.
Loader Function
loadHistoryActions
Parameters
-
engine:
The headless engine.
Returns HistoryActionCreators
: The history action creators.
HistoryActionCreators
back
Moves backward in the interface history.
Returns AsyncThunkAction<void, void, {}>
: A dispatchable action.
forward
Moves forward in the interface history.
Returns AsyncThunkAction<void, void, {}>
: A dispatchable action.