14 lines
404 B
Markdown
14 lines
404 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [NodeId](./puppeteer.protocol.dom.nodeid.md)
|
|
|
|
## Protocol.DOM.NodeId type
|
|
|
|
Unique DOM node identifier.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type NodeId = integer;
|
|
```
|