14 lines
615 B
Markdown
14 lines
615 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) > [location](./puppeteer.protocol.input.dispatchkeyeventrequest.location.md)
|
||
|
|
||
|
## Protocol.Input.DispatchKeyEventRequest.location property
|
||
|
|
||
|
Whether the event was from the left or right side of the keyboard. 1=Left, 2=Right (default: 0).
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
location?: integer;
|
||
|
```
|