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

14 lines
570 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; [RestartFrameRequest](./puppeteer.protocol.debugger.restartframerequest.md) &gt; [callFrameId](./puppeteer.protocol.debugger.restartframerequest.callframeid.md)
## Protocol.Debugger.RestartFrameRequest.callFrameId property
Call frame identifier to evaluate on.
<b>Signature:</b>
```typescript
callFrameId: CallFrameId;
```