puppeteer/new-docs/puppeteer.protocol.runtime.getpropertiesrequest.objectid.md

14 lines
573 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; [GetPropertiesRequest](./puppeteer.protocol.runtime.getpropertiesrequest.md) &gt; [objectId](./puppeteer.protocol.runtime.getpropertiesrequest.objectid.md)
## Protocol.Runtime.GetPropertiesRequest.objectId property
Identifier of the object to return properties for.
<b>Signature:</b>
```typescript
objectId: RemoteObjectId;
```