HistoryActions
HistoryActions
In this article
|
|
Note
This component was introduced in version |
The history action creators.
See Dispatch Actions.
Loader Function
loadHistoryActions
Loads the history reducer and returns possible action creators.
Parameters
-
engine:
SearchEngineThe 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.