puppeteer/new-docs/puppeteer.protocol.input.dispatchtoucheventrequest.touchpoints.md
2020-07-13 14:01:35 +01:00

14 lines
733 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; [Input](./puppeteer.protocol.input.md) &gt; [DispatchTouchEventRequest](./puppeteer.protocol.input.dispatchtoucheventrequest.md) &gt; [touchPoints](./puppeteer.protocol.input.dispatchtoucheventrequest.touchpoints.md)
## Protocol.Input.DispatchTouchEventRequest.touchPoints property
Active touch points on the touch device. One event per any changed point (compared to previous touch event in a sequence) is generated, emulating pressing/moving/releasing points one by one.
<b>Signature:</b>
```typescript
touchPoints: TouchPoint[];
```