2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ScreenshotClip
|
|
|
|
---
|
|
|
|
|
|
|
|
# ScreenshotClip interface
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ScreenshotClip
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2022-09-07 05:27:40 +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 | |
|