puppeteer/docs/api/puppeteer.screenshotclip.width.md
2022-07-01 11:52:39 +00:00

14 lines
158 B
Markdown

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