@coveo/headless
    Preparing search index...

    Interface RecentResultsListInitialState

    interface RecentResultsListInitialState {
        results: Result[];
    }
    Index

    Properties

    Properties

    results: Result[]

    The list of recent results.

    []