mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23 lines
951 B
Markdown
23 lines
951 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [LocationRange](./puppeteer.protocol.debugger.locationrange.md)
|
||
|
|
||
|
## Protocol.Debugger.LocationRange interface
|
||
|
|
||
|
Location range within one script.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface LocationRange
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [end](./puppeteer.protocol.debugger.locationrange.end.md) | [ScriptPosition](./puppeteer.protocol.debugger.scriptposition.md) | |
|
||
|
| [scriptId](./puppeteer.protocol.debugger.locationrange.scriptid.md) | [Runtime.ScriptId](./puppeteer.protocol.runtime.scriptid.md) | |
|
||
|
| [start](./puppeteer.protocol.debugger.locationrange.start.md) | [ScriptPosition](./puppeteer.protocol.debugger.scriptposition.md) | |
|
||
|
|