@coveo/headless
    Preparing search index...

    Interface CaseAssistQuickviewOptions

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

    Hierarchy (View Summary)

    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.