Skip to main content
Version: 15.3.1

ScreenshotOptions.type property

Signature:

interface ScreenshotOptions {
type?: 'png' | 'jpeg' | 'webp';
}