@coveo/headless
    Preparing search index...

    Interface ResultListProps

    interface ResultListProps {
        fetchMoreResultsActionCreator?: () => AsyncThunkAction<
            unknown,
            void,
            any,
        >;
        options?: ResultListOptions;
    }
    Index

    Properties

    fetchMoreResultsActionCreator?: () => AsyncThunkAction<unknown, void, any>

    The action creator to build the fetchMoreResults action.

    The options for the ResultList controller.