RegularFacetActions

This is for:

Developer
Note

This component was introduced in version 2.74.0.

The regular facet action creators.

Loader Function

loadRegularFacetActions

Loads the commerce facet set reducer and returns the available regular facet action creators.

Parameters

  • engine: CommerceEngine

    The commerce engine.

Returns RegularFacetActionCreators: The regular facet action creators.

RegularFacetActionCreators

toggleExcludeFacetValue

Toggles the exclusion of a given regular facet value.

Parameters

  • payload: ToggleSelectFacetValueActionCreatorPayload

    The action creator payload.

Returns PayloadAction<ToggleExcludeFacetValuePayload>: A dispatchable action.

toggleSelectFacetValue

Toggles the selection of a given regular facet value.

Parameters

  • payload: ToggleSelectFacetValueActionCreatorPayload

    The action creator payload.

Returns PayloadAction<ToggleSelectFacetValuePayload>: A dispatchable action.