puppeteer/new-docs/puppeteer.protocol.input.emulatetouchfrommouseeventrequest.type.md

14 lines
668 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Input](./puppeteer.protocol.input.md) &gt; [EmulateTouchFromMouseEventRequest](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.md) &gt; [type](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.type.md)
## Protocol.Input.EmulateTouchFromMouseEventRequest.type property
Type of the mouse event. (EmulateTouchFromMouseEventRequestType enum)
<b>Signature:</b>
```typescript
type: ('mousePressed' | 'mouseReleased' | 'mouseMoved' | 'mouseWheel');
```