Interface LogFacetUpdateSortActionCreatorPayload

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

Properties

facetId: string

The facet id.

The updated sort criterion.