14 lines
559 B
Markdown
14 lines
559 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ReleaseObjectRequest](./puppeteer.protocol.runtime.releaseobjectrequest.md) > [objectId](./puppeteer.protocol.runtime.releaseobjectrequest.objectid.md)
|
||
|
|
||
|
## Protocol.Runtime.ReleaseObjectRequest.objectId property
|
||
|
|
||
|
Identifier of the object to release.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
objectId: RemoteObjectId;
|
||
|
```
|