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

20 lines
894 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)
## Protocol.Runtime.QueryObjectsRequest interface
<b>Signature:</b>
```typescript
export interface QueryObjectsRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [objectGroup](./puppeteer.protocol.runtime.queryobjectsrequest.objectgroup.md) | string | Symbolic group name that can be used to release the results. |
| [prototypeObjectId](./puppeteer.protocol.runtime.queryobjectsrequest.prototypeobjectid.md) | [RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | Identifier of the prototype to return objects for. |