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

    Interface RegisterRecentQueriesCreatorPayload

    interface RegisterRecentQueriesCreatorPayload {
        maxLength: number;
        queries: string[];
    }
    Index

    Properties

    Properties

    maxLength: number

    The maximum number of queries to retain in the list.

    queries: string[]

    The recent queries made by the user prior to instantiating the controller.