puppeteer/docs/api/puppeteer.screenshotclip.md

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>