puppeteer/new-docs/puppeteer.protocol.input.touchpoint.id.md

14 lines
528 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; [TouchPoint](./puppeteer.protocol.input.touchpoint.md) &gt; [id](./puppeteer.protocol.input.touchpoint.id.md)
## Protocol.Input.TouchPoint.id property
Identifier used to track touch sources between events, must be unique within an event.
<b>Signature:</b>
```typescript
id?: number;
```