puppeteer/new-docs/puppeteer.protocol.emulation.settouchemulationenabledrequest.md

20 lines
933 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; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetTouchEmulationEnabledRequest](./puppeteer.protocol.emulation.settouchemulationenabledrequest.md)
## Protocol.Emulation.SetTouchEmulationEnabledRequest interface
<b>Signature:</b>
```typescript
export interface SetTouchEmulationEnabledRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [enabled](./puppeteer.protocol.emulation.settouchemulationenabledrequest.enabled.md) | boolean | Whether the touch event emulation should be enabled. |
| [maxTouchPoints](./puppeteer.protocol.emulation.settouchemulationenabledrequest.maxtouchpoints.md) | [integer](./puppeteer.protocol.integer.md) | Maximum touch points supported. Defaults to one. |