@coveo/headless
    Preparing search index...

    Interface UpdateFacetSortCriterionActionCreatorPayload

    interface UpdateFacetSortCriterionActionCreatorPayload {
        criterion: FacetSortCriterion;
        facetId: string;
    }
    Index

    Properties

    Properties

    The criterion by which to sort the facet.

    facetId: string

    The unique identifier of the facet (e.g., "1").