puppeteer/new-docs/puppeteer.protocol.heapprofiler.getobjectbyheapobjectidresponse.result.md
2020-07-13 14:01:35 +01:00

14 lines
608 B
Markdown

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