14 lines
492 B
Markdown
14 lines
492 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [HeapSnapshotObjectId](./puppeteer.protocol.heapprofiler.heapsnapshotobjectid.md)
|
|
|
|
## Protocol.HeapProfiler.HeapSnapshotObjectId type
|
|
|
|
Heap snapshot object id.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type HeapSnapshotObjectId = string;
|
|
```
|