Interface QuickviewOptions

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

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.