14 lines
608 B
Markdown
14 lines
608 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) > [result](./puppeteer.protocol.heapprofiler.getobjectbyheapobjectidresponse.result.md)
|
||
|
|
||
|
## Protocol.HeapProfiler.GetObjectByHeapObjectIdResponse.result property
|
||
|
|
||
|
Evaluation result.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
result: Runtime.RemoteObject;
|
||
|
```
|