14 lines
549 B
Markdown
14 lines
549 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) > [GetOuterHTMLRequest](./puppeteer.protocol.dom.getouterhtmlrequest.md) > [objectId](./puppeteer.protocol.dom.getouterhtmlrequest.objectid.md)
|
||
|
|
||
|
## Protocol.DOM.GetOuterHTMLRequest.objectId property
|
||
|
|
||
|
JavaScript object id of the node wrapper.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
objectId?: Runtime.RemoteObjectId;
|
||
|
```
|