22 lines
712 B
Markdown
22 lines
712 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) > [DispatchKeyEventRequestType](./puppeteer.protocol.input.dispatchkeyeventrequesttype.md)
|
||
|
|
||
|
## Protocol.Input.DispatchKeyEventRequestType enum
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export const enum DispatchKeyEventRequestType
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| Char | <code>'char'</code> | |
|
||
|
| KeyDown | <code>'keyDown'</code> | |
|
||
|
| KeyUp | <code>'keyUp'</code> | |
|
||
|
| RawKeyDown | <code>'rawKeyDown'</code> | |
|
||
|
|