mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
457 B
Markdown
20 lines
457 B
Markdown
---
|
|
sidebar_label: ScreenshotClip
|
|
---
|
|
|
|
# ScreenshotClip interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface ScreenshotClip extends BoundingBox
|
|
```
|
|
|
|
**Extends:** [BoundingBox](./puppeteer.boundingbox.md)
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| -------- | --------------------- | ------ | ----------- | -------------- |
|
|
| scale | <code>optional</code> | number | | <code>1</code> |
|