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

Hierarchy (View Summary)

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.