@coveo/headless
    Preparing search index...

    Interface QuickviewOptions

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

    Properties

    maximumPreviewSize?: number

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

    onlyContentURL?: boolean

    Whether to only update the contentURL attribute when using fetchResultContent rather than updating content. Use this if you are using an iframe with state.contentURL as the source url.

    result: Result

    The result to retrieve a quickview for.