14 lines
643 B
Markdown
14 lines
643 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) > [maxTouchPoints](./puppeteer.protocol.emulation.settouchemulationenabledrequest.maxtouchpoints.md)
|
||
|
|
||
|
## Protocol.Emulation.SetTouchEmulationEnabledRequest.maxTouchPoints property
|
||
|
|
||
|
Maximum touch points supported. Defaults to one.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
maxTouchPoints?: integer;
|
||
|
```
|