docs(new): migrate ConsoleMessage docs to TSDoc (#6065)

This commit is contained in:
Paul Lewis
2020-06-22 13:52:39 +01:00
committed by GitHub
parent 983a7b67df
commit 819afbebf7
14 changed files with 145 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ConsoleMessageType](./puppeteer.consolemessagetype.md)
## ConsoleMessageType type
The supported types for console messages.
<b>Signature:</b>
```typescript
export declare type ConsoleMessageType = 'log' | 'debug' | 'info' | 'error' | 'warning' | 'dir' | 'dirxml' | 'table' | 'trace' | 'clear' | 'startGroup' | 'startGroupCollapsed' | 'endGroup' | 'assert' | 'profile' | 'profileEnd' | 'count' | 'timeEnd' | 'verbose';
```