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

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