@coveo/headless-react
    Preparing search index...

    Interface FoldedResultListOptions

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

    Hierarchy (View Summary)

    Index

    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