14 lines
362 B
Markdown
14 lines
362 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Viewport](./puppeteer.viewport.md) > [hasTouch](./puppeteer.viewport.hastouch.md)
|
||
|
|
||
|
## Viewport.hasTouch property
|
||
|
|
||
|
Specify if the viewport supports touch events.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
hasTouch?: boolean;
|
||
|
```
|