Interface UpdateFacetSortCriterionActionCreatorPayload

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

Properties

Properties

The criterion by which to sort the facet.

facetId: string

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