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) > [repeatCount](./puppeteer.protocol.input.synthesizescrollgesturerequest.repeatcount.md)
|
|
|
|
## Protocol.Input.SynthesizeScrollGestureRequest.repeatCount property
|
|
|
|
The number of times to repeat the gesture (default: 0).
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
repeatCount?: integer;
|
|
```
|