puppeteer/new-docs/puppeteer.protocol.heapprofiler.getheapobjectidresponse.heapsnapshotobjectid.md

14 lines
690 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; [GetHeapObjectIdResponse](./puppeteer.protocol.heapprofiler.getheapobjectidresponse.md) &gt; [heapSnapshotObjectId](./puppeteer.protocol.heapprofiler.getheapobjectidresponse.heapsnapshotobjectid.md)
## Protocol.HeapProfiler.GetHeapObjectIdResponse.heapSnapshotObjectId property
Id of the heap snapshot object corresponding to the passed remote object id.
<b>Signature:</b>
```typescript
heapSnapshotObjectId: HeapSnapshotObjectId;
```