@coveo/headless-react
    Preparing search index...

    Interface RegisterRecentResultsCreatorPayload

    interface RegisterRecentResultsCreatorPayload {
        maxLength: number;
        results: Result[];
    }
    Index

    Properties

    Properties

    maxLength: number

    The maximum number of queries to retain in the list.

    results: Result[]

    The recent results viewed by the user prior to instantiating the controller.