mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
19 lines
772 B
Markdown
19 lines
772 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) > [GetObjectByHeapObjectIdResponse](./puppeteer.protocol.heapprofiler.getobjectbyheapobjectidresponse.md)
|
||
|
|
||
|
## Protocol.HeapProfiler.GetObjectByHeapObjectIdResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetObjectByHeapObjectIdResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [result](./puppeteer.protocol.heapprofiler.getobjectbyheapobjectidresponse.result.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Evaluation result. |
|
||
|
|