2020-07-13 13:01:35 +00:00
<!-- 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
2020-07-20 15:17:06 +00:00
Type of the touch event. TouchEnd and TouchCancel must not contain any touch points, while TouchStart and TouchMove must contains at least one. (DispatchTouchEventRequestType enum)
2020-07-13 13:01:35 +00:00
< b > Signature:< / b >
```typescript
type: ('touchStart' | 'touchEnd' | 'touchMove' | 'touchCancel');
```