@coveo/headless
    Preparing search index...

    Interface IPXActionsHistoryActionCreatorsInternal

    Internal and experimental actions loader for the IPX.

    See Dispatch actions.

    interface IPXActionsHistoryActionCreators {
        addPageViewEntryInActionsHistory(
            itemPermanentId: string,
        ): AsyncThunkAction<void, string, {}>;
    }
    Index

    Methods