Skip to main content
Version: 16.1.0

ScreenshotOptions.type property

Signature:

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