Interface InsightInterfaceActionCreators

The Insight interface action creators.

See Dispatch actions.

interface InsightInterfaceActionCreators {
    fetch(): AsyncThunkAction<
        FetchInterfaceThunkReturn,
        void,
        AsyncThunkInsightOptions<StateNeededByFetchInterface>,
    >;
}

Methods

Methods

  • Fetches the Insight interface configuration.

    Returns AsyncThunkAction<
        FetchInterfaceThunkReturn,
        void,
        AsyncThunkInsightOptions<StateNeededByFetchInterface>,
    >

    A dispatchable action.