2022-08-06 14:49:20 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ScreenshotClip
|
|
|
|
---
|
|
|
|
|
|
|
|
# ScreenshotClip interface
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ScreenshotClip
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2022-09-07 13:18:06 +00:00
|
|
|
| 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 | |
|