2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ScreenshotClip
|
|
|
|
---
|
|
|
|
|
|
|
|
# ScreenshotClip interface
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
2023-10-06 14:50:39 +00:00
|
|
|
export interface ScreenshotClip extends BoundingBox
|
2022-07-05 13:41:43 +00:00
|
|
|
```
|
|
|
|
|
2023-10-06 14:50:39 +00:00
|
|
|
**Extends:** [BoundingBox](./puppeteer.boundingbox.md)
|
|
|
|
|
2022-07-05 13:41:43 +00:00
|
|
|
## Properties
|
|
|
|
|
2023-03-29 13:27:29 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------------------- | ------ | ----------- | -------------- |
|
|
|
|
| scale | <code>optional</code> | number | | <code>1</code> |
|