puppeteer/new-docs/puppeteer.protocol.heapprofiler.getheapobjectidrequest.md

19 lines
768 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; [HeapProfiler](./puppeteer.protocol.heapprofiler.md) &gt; [GetHeapObjectIdRequest](./puppeteer.protocol.heapprofiler.getheapobjectidrequest.md)
## Protocol.HeapProfiler.GetHeapObjectIdRequest interface
<b>Signature:</b>
```typescript
export interface GetHeapObjectIdRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [objectId](./puppeteer.protocol.heapprofiler.getheapobjectidrequest.objectid.md) | [Runtime.RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | Identifier of the object to get heap object id for. |