Interface NumericFacetSetActionCreators
Methods
deselectAllNumericFacetValues
deselectAllNumericFacetValues( facetId: string,): { payload: string; type: string } Returns { payload: string; type: string }
A dispatchable action.
registerNumericFacet
A dispatchable action.
toggleExcludeNumericFacetValue
A dispatchable action.
toggleSelectNumericFacetValue
A dispatchable action.
updateNumericFacetSortCriterion
A dispatchable action.
updateNumericFacetValues
A dispatchable action.
The numeric facet action creators.