14 lines
614 B
Markdown
14 lines
614 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [SynthesizeScrollGestureRequest](./puppeteer.protocol.input.synthesizescrollgesturerequest.md) > [yDistance](./puppeteer.protocol.input.synthesizescrollgesturerequest.ydistance.md)
|
||
|
|
||
|
## Protocol.Input.SynthesizeScrollGestureRequest.yDistance property
|
||
|
|
||
|
The distance to scroll along the Y axis (positive to scroll up).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
yDistance?: number;
|
||
|
```
|