mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
703 B
Markdown
14 lines
703 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) > [type](./puppeteer.protocol.input.dispatchtoucheventrequest.type.md)
|
||
|
|
||
|
## Protocol.Input.DispatchTouchEventRequest.type property
|
||
|
|
||
|
Type of the touch event. TouchEnd and TouchCancel must not contain any touch points, while TouchStart and TouchMove must contains at least one.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type: ('touchStart' | 'touchEnd' | 'touchMove' | 'touchCancel');
|
||
|
```
|