puppeteer/website/versioned_docs/version-18.0.4/api/puppeteer.screenshotclip.md
release-please[bot] 37417b1dce
chore(main): release 18.0.4 (#8994)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2022-09-21 10:41:32 +02: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 | |