puppeteer/new-docs/puppeteer.protocol.input.synthesizescrollgesturerequest.yoverscroll.md
2020-07-13 14:01:35 +01:00

14 lines
657 B
Markdown

<!-- 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;
```