puppeteer/new-docs/puppeteer.protocol.debugger.restartframerequest.callframeid.md

14 lines
570 B
Markdown
Raw Normal View History

<!-- 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;
```