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