RegularFacetActions
RegularFacetActions
|
|
Note
This component was introduced in version |
The regular facet action creators.
See Dispatch Actions.
Loader Function
loadRegularFacetActions
Loads the commerce facet set reducer and returns the available regular facet action creators.
Parameters
-
engine:
CommerceEngineThe commerce engine.
Returns RegularFacetActionCreators: The regular facet action creators.
RegularFacetActionCreators
toggleExcludeFacetValue
Toggles the exclusion of a given regular facet value.
Parameters
-
payload:
ToggleSelectFacetValueActionCreatorPayloadThe action creator payload.
Returns PayloadAction<ToggleExcludeFacetValuePayload>: A dispatchable action.
toggleSelectFacetValue
Toggles the selection of a given regular facet value.
Parameters
-
payload:
ToggleSelectFacetValueActionCreatorPayloadThe action creator payload.
Returns PayloadAction<ToggleSelectFacetValuePayload>: A dispatchable action.