Interface LogFacetUpdateSortActionCreatorPayload

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

Properties

Properties

The updated sort criterion.

facetId: string

The facet id.