14 lines
712 B
Markdown
14 lines
712 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [ConsoleAPICalledEvent](./puppeteer.protocol.runtime.consoleapicalledevent.md) > [context](./puppeteer.protocol.runtime.consoleapicalledevent.context.md)
|
|
|
|
## Protocol.Runtime.ConsoleAPICalledEvent.context property
|
|
|
|
Console context descriptor for calls on non-default console context (not console.\*): 'anonymous\#unique-logger-id' for call on unnamed context, 'name\#unique-logger-id' for call on named context.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
context?: string;
|
|
```
|