puppeteer/new-docs/puppeteer.protocol.debugger.evaluateoncallframeresponse.md
2020-07-13 14:01:35 +01:00

20 lines
959 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; [Debugger](./puppeteer.protocol.debugger.md) &gt; [EvaluateOnCallFrameResponse](./puppeteer.protocol.debugger.evaluateoncallframeresponse.md)
## Protocol.Debugger.EvaluateOnCallFrameResponse interface
<b>Signature:</b>
```typescript
export interface EvaluateOnCallFrameResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [exceptionDetails](./puppeteer.protocol.debugger.evaluateoncallframeresponse.exceptiondetails.md) | [Runtime.ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details. |
| [result](./puppeteer.protocol.debugger.evaluateoncallframeresponse.result.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Object wrapper for the evaluation result. |