puppeteer/new-docs/puppeteer.protocol.console.messageaddedevent.md
2020-07-13 14:01:35 +01:00

21 lines
738 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; [Console](./puppeteer.protocol.console.md) &gt; [MessageAddedEvent](./puppeteer.protocol.console.messageaddedevent.md)
## Protocol.Console.MessageAddedEvent interface
Issued when new console message is added.
<b>Signature:</b>
```typescript
export interface MessageAddedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [message](./puppeteer.protocol.console.messageaddedevent.message.md) | [ConsoleMessage](./puppeteer.protocol.console.consolemessage.md) | Console message that has been added. |