@coveo/headless
    Preparing search index...

    Interface SortActionCreators

    The sort action creators.

    See Dispatch actions.

    interface SortActionCreators {
        applySort(
            payload: SortCriterion,
        ): { payload: SortCriterion; type: string };
    }
    Index

    Methods

    Methods