puppeteer/new-docs/puppeteer.protocol.debugger.breaklocation.type.md

14 lines
536 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; [BreakLocation](./puppeteer.protocol.debugger.breaklocation.md) &gt; [type](./puppeteer.protocol.debugger.breaklocation.type.md)
## Protocol.Debugger.BreakLocation.type property
(BreakLocationType enum)
<b>Signature:</b>
```typescript
type?: ('debuggerStatement' | 'call' | 'return');
```