[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchTouchEventRequestType](./puppeteer.protocol.input.dispatchtoucheventrequesttype.md)
## Protocol.Input.DispatchTouchEventRequestType enum
Signature:
```typescript
export const enum DispatchTouchEventRequestType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| TouchCancel | 'touchCancel'
| |
| TouchEnd | 'touchEnd'
| |
| TouchMove | 'touchMove'
| |
| TouchStart | 'touchStart'
| |