@coveo/headless
    Preparing search index...

    Interface QuickviewOptions

    interface QuickviewOptions {
        maximumPreviewSize?: number;
        result: Result;
    }
    Index

    Properties

    maximumPreviewSize?: number

    The maximum preview size to retrieve, in bytes. By default, the full preview is retrieved.

    result: Result

    The result to retrieve a quickview for.