puppeteer/new-docs/puppeteer.protocol.dom.getouterhtmlrequest.nodeid.md

14 lines
507 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; [DOM](./puppeteer.protocol.dom.md) &gt; [GetOuterHTMLRequest](./puppeteer.protocol.dom.getouterhtmlrequest.md) &gt; [nodeId](./puppeteer.protocol.dom.getouterhtmlrequest.nodeid.md)
## Protocol.DOM.GetOuterHTMLRequest.nodeId property
Identifier of the node.
<b>Signature:</b>
```typescript
nodeId?: NodeId;
```