puppeteer/docs/api/puppeteer.screenshotclip.md
2023-03-28 18:02:00 +00:00

22 lines
640 B
Markdown

---
sidebar_label: ScreenshotClip
---
# ScreenshotClip interface
#### Signature:
```typescript
export interface ScreenshotClip
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | ------ | ----------- | ------- |
| height | | number | | |
| scale | <code>optional</code> | number | | 1 |
| width | | number | | |
| x | | number | | |
| y | | number | | |