20 lines
933 B
Markdown
20 lines
933 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [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. |
|
||
|
|