14 lines
528 B
Markdown
14 lines
528 B
Markdown
|
<!-- 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) > [TouchPoint](./puppeteer.protocol.input.touchpoint.md) > [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;
|
||
|
```
|