14 lines
517 B
Markdown
14 lines
517 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) > [CallFrame](./puppeteer.protocol.debugger.callframe.md) > [scopeChain](./puppeteer.protocol.debugger.callframe.scopechain.md)
|
||
|
|
||
|
## Protocol.Debugger.CallFrame.scopeChain property
|
||
|
|
||
|
Scope chain for this call frame.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
scopeChain: Scope[];
|
||
|
```
|