The facetOptions action creators.
See Dispatch actions.
Disables a facet. I.e., prevents it from filtering results.
The unique identifier of the facet (e.g., "1").
A dispatchable action.
Enables a facet. I.e., undoes the effects of disable.
disable
The unique identifier of the facet (e.g., "abcd").
Updates options that affect facet reordering. For more information, refer to the documentation on query parameters.
The action creator payload.
The facetOptions action creators.
See Dispatch actions.