puppeteer/new-docs/puppeteer.protocol.cast.issueupdatedevent.md

21 lines
713 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; [Cast](./puppeteer.protocol.cast.md) &gt; [IssueUpdatedEvent](./puppeteer.protocol.cast.issueupdatedevent.md)
## Protocol.Cast.IssueUpdatedEvent interface
This is fired whenever the outstanding issue/error message changes. \|issueMessage\| is empty if there is no issue.
<b>Signature:</b>
```typescript
export interface IssueUpdatedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [issueMessage](./puppeteer.protocol.cast.issueupdatedevent.issuemessage.md) | string | |