mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
58 lines
507 B
Markdown
58 lines
507 B
Markdown
---
|
|
sidebar_label: ScreenshotClip
|
|
---
|
|
|
|
# ScreenshotClip interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface ScreenshotClip extends BoundingBox
|
|
```
|
|
|
|
**Extends:** [BoundingBox](./puppeteer.boundingbox.md)
|
|
|
|
## Properties
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Property
|
|
|
|
</th><th>
|
|
|
|
Modifiers
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
</th><th>
|
|
|
|
Default
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
<span id="scale">scale</span>
|
|
|
|
</td><td>
|
|
|
|
`optional`
|
|
|
|
</td><td>
|
|
|
|
number
|
|
|
|
</td><td>
|
|
|
|
</td><td>
|
|
|
|
`1`
|
|
|
|
</td></tr>
|
|
</tbody></table>
|