2023-03-29 11:22:11 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ScreenshotClip
|
|
|
|
---
|
|
|
|
|
|
|
|
# ScreenshotClip interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
2023-10-20 10:20:50 +00:00
|
|
|
export interface ScreenshotClip extends BoundingBox
|
2023-03-29 11:22:11 +00:00
|
|
|
```
|
|
|
|
|
2023-10-20 10:20:50 +00:00
|
|
|
**Extends:** [BoundingBox](./puppeteer.boundingbox.md)
|
|
|
|
|
2023-03-29 11:22:11 +00:00
|
|
|
## Properties
|
|
|
|
|
2023-04-03 08:23:08 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------------------- | ------ | ----------- | -------------- |
|
|
|
|
| scale | <code>optional</code> | number | | <code>1</code> |
|