THIS IS ARCHIVED DOCUMENTATION

(Deprecated) SearchHubActions

The search hub action creators.

Loader Function

loadSearchHubActions

Loads the searchHub reducer and returns possible action creators.

Parameters

  • engine: Engine<object>

    The headless engine.

Returns SearchHubActionCreators : The search hub action creators.

SearchHubActionCreators

setSearchHub

Sets the search hub.

Parameters

  • searchHub: string

    The new search hub (may be empty).

Returns PayloadAction<string> : A dispatchable action.