puppeteer/new-docs/puppeteer.protocol.runtime.consoleapicalledevent.type.md

14 lines
756 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; [Runtime](./puppeteer.protocol.runtime.md) &gt; [ConsoleAPICalledEvent](./puppeteer.protocol.runtime.consoleapicalledevent.md) &gt; [type](./puppeteer.protocol.runtime.consoleapicalledevent.type.md)
## Protocol.Runtime.ConsoleAPICalledEvent.type property
Type of the call. (ConsoleAPICalledEventType enum)
<b>Signature:</b>
```typescript
type: ('log' | 'debug' | 'info' | 'error' | 'warning' | 'dir' | 'dirxml' | 'table' | 'trace' | 'clear' | 'startGroup' | 'startGroupCollapsed' | 'endGroup' | 'assert' | 'profile' | 'profileEnd' | 'count' | 'timeEnd');
```