puppeteer/new-docs/puppeteer.protocol.input.synthesizescrollgesturerequest.yoverscroll.md

14 lines
657 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [SynthesizeScrollGestureRequest](./puppeteer.protocol.input.synthesizescrollgesturerequest.md) &gt; [yOverscroll](./puppeteer.protocol.input.synthesizescrollgesturerequest.yoverscroll.md)
## Protocol.Input.SynthesizeScrollGestureRequest.yOverscroll property
The number of additional pixels to scroll back along the Y axis, in addition to the given distance.
<b>Signature:</b>
```typescript
yOverscroll?: number;
```