@coveo/headless
    Preparing search index...

    Interface HistoryActionCreators

    The history action creators.

    See Dispatch actions.

    interface HistoryActionCreators {
        back(): AsyncThunkAction<void, void, {}>;
        forward(): AsyncThunkAction<void, void, {}>;
    }
    Index

    Methods

    Methods