Interface IPXActionsHistoryActionCreatorsInternal

Internal and experimental actions loader for the IPX.

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

Methods