14 lines
438 B
Markdown
14 lines
438 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) > [CallFrameId](./puppeteer.protocol.debugger.callframeid.md)
|
||
|
|
||
|
## Protocol.Debugger.CallFrameId type
|
||
|
|
||
|
Call frame identifier.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type CallFrameId = string;
|
||
|
```
|