puppeteer/website/versioned_docs/version-19.7.2/api/puppeteer.screenshotclip.md
release-please[bot] e0330d82bd
chore: release main (#9716)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-20 18:30:51 +01:00

22 lines
864 B
Markdown

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