puppeteer/new-docs/puppeteer.protocol.emulation.setemittoucheventsformouserequest.enabled.md
2020-07-13 14:01:35 +01:00

14 lines
637 B
Markdown

<!-- 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; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetEmitTouchEventsForMouseRequest](./puppeteer.protocol.emulation.setemittoucheventsformouserequest.md) &gt; [enabled](./puppeteer.protocol.emulation.setemittoucheventsformouserequest.enabled.md)
## Protocol.Emulation.SetEmitTouchEventsForMouseRequest.enabled property
Whether touch emulation based on mouse input should be enabled.
<b>Signature:</b>
```typescript
enabled: boolean;
```