puppeteer/docs/api/puppeteer.screenshotclip.width.md
2022-07-05 15:41:43 +02:00

14 lines
158 B
Markdown

---
sidebar_label: ScreenshotClip.width
---
# ScreenshotClip.width property
**Signature:**
```typescript
interface ScreenshotClip {
width: number;
}
```