puppeteer/new-docs/puppeteer.protocol.console.messageaddedevent.message.md

14 lines
543 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; [Console](./puppeteer.protocol.console.md) &gt; [MessageAddedEvent](./puppeteer.protocol.console.messageaddedevent.md) &gt; [message](./puppeteer.protocol.console.messageaddedevent.message.md)
## Protocol.Console.MessageAddedEvent.message property
Console message that has been added.
<b>Signature:</b>
```typescript
message: ConsoleMessage;
```