puppeteer/new-docs/puppeteer.protocol.runtime.consoleapicalledevent.context.md
2020-07-13 14:01:35 +01:00

14 lines
712 B
Markdown

<!-- 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ConsoleAPICalledEvent](./puppeteer.protocol.runtime.consoleapicalledevent.md) &gt; [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;
```