puppeteer/new-docs/puppeteer.protocol.debugger.continuetolocationrequest.md

20 lines
893 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; [ContinueToLocationRequest](./puppeteer.protocol.debugger.continuetolocationrequest.md)
## Protocol.Debugger.ContinueToLocationRequest interface
<b>Signature:</b>
```typescript
export interface ContinueToLocationRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [location](./puppeteer.protocol.debugger.continuetolocationrequest.location.md) | [Location](./puppeteer.protocol.debugger.location.md) | Location to continue to. |
| [targetCallFrames](./puppeteer.protocol.debugger.continuetolocationrequest.targetcallframes.md) | ('any' \| 'current') | (ContinueToLocationRequestTargetCallFrames enum) |