Interface CategoryFacetSetActionCreators
Methods
deselectAllCategoryFacetValues
deselectAllCategoryFacetValues( facetId: string,): { payload: string; type: string } Returns { payload: string; type: string }
A dispatchable action.
registerCategoryFacet
A dispatchable action.
toggleSelectCategoryFacetValue
A dispatchable action.
updateCategoryFacetBasePath
A dispatchable action.
updateCategoryFacetNumberOfValues
A dispatchable action.
updateCategoryFacetSortCriterion
A dispatchable action.
updateFacetAutoSelection
A dispatchable action.
The category facet set action creators.