puppeteer/new-docs/puppeteer.protocol.input.synthesizescrollgesturerequest.xoverscroll.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; [xOverscroll](./puppeteer.protocol.input.synthesizescrollgesturerequest.xoverscroll.md)
## Protocol.Input.SynthesizeScrollGestureRequest.xOverscroll property
The number of additional pixels to scroll back along the X axis, in addition to the given distance.
<b>Signature:</b>
```typescript
xOverscroll?: number;
```