The HistoryManager controller is in charge of allowing navigating back and forward in the search interface history.
HistoryManager
Example: history-manager.fn.tsx
Move backward in the interface history.
A promise that resolves when the previous state has been restored.
Move backward in the interface history when there are no results.
Move forward in the interface history.
A promise that resolves when the next state has been restored.
Adds a callback that's invoked on state change.
A callback that's invoked on state change.
A function to remove the listener.
The state relevant to the HistoryManager controller.
The
HistoryManager
controller is in charge of allowing navigating back and forward in the search interface history.Example: history-manager.fn.tsx