puppeteer/new-docs/puppeteer.protocol.input.dispatchtoucheventrequest.type.md

14 lines
740 B
Markdown
Raw Normal View History

<!-- 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; [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. (DispatchTouchEventRequestType enum)
<b>Signature:</b>
```typescript
type: ('touchStart' | 'touchEnd' | 'touchMove' | 'touchCancel');
```