[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. Signature: ```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. |