interface FoldedResultListOptions {
    fieldsToInclude?: string[];
    folding?: FoldingOptions;
}

Hierarchy (View Summary)

Properties

fieldsToInclude?: string[]

A list of indexed fields to include in the objects returned by the result list. These results are included in addition to the default fields. If this is left empty only the default fields are included.

folding?: FoldingOptions