21 lines
738 B
Markdown
21 lines
738 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Console](./puppeteer.protocol.console.md) > [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. |
|
|
|