puppeteer/new-docs/puppeteer.protocol.dom.getcontentquadsrequest.objectid.md

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