@coveo/headless
    Preparing search index...

    Interface FoldedResult

    interface FoldedResult {
        children: FoldedResult[];
        result: Result;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    children: FoldedResult[]

    The children of this result sorted in the same order as the search results.

    result: Result

    The result at this position in the collection.