@coveo/headless
    Preparing search index...

    Interface UpdateCategoryFacetSortCriterionActionCreatorPayload

    interface UpdateCategoryFacetSortCriterionActionCreatorPayload {
        criterion: CategoryFacetSortCriterion;
        facetId: string;
    }
    Index

    Properties

    Properties

    The criterion by which to sort the facet.

    facetId: string

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