@coveo/headless
    Preparing search index...

    Interface InsightInterfaceActionCreators

    The Insight interface action creators.

    See Dispatch actions.

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

    Methods

    Methods

    • Fetches the Insight interface configuration.

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

      A dispatchable action.