mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
733 B
Markdown
14 lines
733 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchTouchEventRequest](./puppeteer.protocol.input.dispatchtoucheventrequest.md) > [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[];
|
||
|
```
|