14 lines
593 B
Markdown
14 lines
593 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) > [DispatchKeyEventRequest](./puppeteer.protocol.input.dispatchkeyeventrequest.md) > [autoRepeat](./puppeteer.protocol.input.dispatchkeyeventrequest.autorepeat.md)
|
||
|
|
||
|
## Protocol.Input.DispatchKeyEventRequest.autoRepeat property
|
||
|
|
||
|
Whether the event was generated from auto repeat (default: false).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
autoRepeat?: boolean;
|
||
|
```
|