puppeteer/docs/api/puppeteer.screenshotclip.md
2022-09-07 05:27:40 +00:00

22 lines
793 B
Markdown

---
sidebar_label: ScreenshotClip
---
# ScreenshotClip interface
**Signature:**
```typescript
export interface ScreenshotClip
```
## Properties
| Property | Modifiers | Type | Description |
| ---------------------------------------------- | --------- | ------ | ----------------- |
| [height](./puppeteer.screenshotclip.height.md) | | number | |
| [scale?](./puppeteer.screenshotclip.scale.md) | | number | <i>(Optional)</i> |
| [width](./puppeteer.screenshotclip.width.md) | | number | |
| [x](./puppeteer.screenshotclip.x.md) | | number | |
| [y](./puppeteer.screenshotclip.y.md) | | number | |