@coveo/headless
    Preparing search index...

    Interface RecentResultsListOptions

    interface RecentResultsListOptions {
        maxLength: number;
    }
    Index

    Properties

    Properties

    maxLength: number

    The maximum number of results to retain in the list.

    10