@coveo/headless
    Preparing search index...

    Interface LogFacetUpdateSortActionCreatorPayload

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

    Properties

    facetId: string

    The facet id.

    The updated sort criterion.