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

14 lines
616 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; [xDistance](./puppeteer.protocol.input.synthesizescrollgesturerequest.xdistance.md)
## Protocol.Input.SynthesizeScrollGestureRequest.xDistance property
The distance to scroll along the X axis (positive to scroll left).
<b>Signature:</b>
```typescript
xDistance?: number;
```