InsightInterfaceActions
InsightInterfaceActions
In this article
|
|
Note
This component was introduced in version |
The Insight interface action creators.
See Dispatch Actions.
Loader Function
loadInsightInterfaceActions
Loads the insightInterface reducer and returns possible action creators.
Parameters
-
engine:
InsightEngineThe headless engine.
Returns InsightInterfaceActionCreators: The Insight interface action creators.
InsightInterfaceActionCreators
fetch
Fetches the Insight interface configuration.
Returns AsyncThunkAction<FetchInterfaceThunkReturn, void, AsyncThunkInsightOptions<StateNeededByFetchInterface>>: A dispatchable action.