puppeteer/new-docs/puppeteer.protocol.runtime.queryobjectsrequest.prototypeobjectid.md

14 lines
605 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [QueryObjectsRequest](./puppeteer.protocol.runtime.queryobjectsrequest.md) &gt; [prototypeObjectId](./puppeteer.protocol.runtime.queryobjectsrequest.prototypeobjectid.md)
## Protocol.Runtime.QueryObjectsRequest.prototypeObjectId property
Identifier of the prototype to return objects for.
<b>Signature:</b>
```typescript
prototypeObjectId: RemoteObjectId;
```