---
sidebar_label: ScreenshotOptions.type
---

# ScreenshotOptions.type property

**Signature:**

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