14 lines
401 B
Markdown
14 lines
401 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ScreenshotOptions](./puppeteer.screenshotoptions.md) > [clip](./puppeteer.screenshotoptions.clip.md)
|
||
|
|
||
|
## ScreenshotOptions.clip property
|
||
|
|
||
|
An object which specifies the clipping region of the page.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
clip?: ScreenshotClip;
|
||
|
```
|