Skip to main content
Version: 18.0.5

ScreenshotOptions.type property

Signature:

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