InsightInterfaceActions

This is for:

Developer

The Insight interface action creators.

Loader Function

loadInsightInterfaceActions

Loads the insightInterface reducer and returns possible action creators.

Parameters

  • engine: InsightEngine

    The 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.