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

14 lines
161 B
Markdown

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