puppeteer/docs/api/puppeteer.screenshotclip.md
2023-03-29 15:27:29 +02:00

22 lines
689 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 | | <code>1</code> |
| width | | number | | |
| x | | number | | |
| y | | number | | |