<!-- 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)

## Protocol.Debugger.RestartFrameRequest interface

<b>Signature:</b>

```typescript
export interface RestartFrameRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [callFrameId](./puppeteer.protocol.debugger.restartframerequest.callframeid.md) | [CallFrameId](./puppeteer.protocol.debugger.callframeid.md) | Call frame identifier to evaluate on. |