@coveo/headless
    Preparing search index...

    Interface LogFacetUpdateSortActionCreatorPayload

    interface LogFacetUpdateSortActionCreatorPayload {
        criterion: FacetSortCriterion | RangeFacetSortCriterion;
        facetId: string;
    }
    Index

    Properties

    Properties

    The updated sort criterion.

    facetId: string

    The facet id.