19 lines
637 B
Markdown
19 lines
637 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [IssueAddedEvent](./puppeteer.protocol.audits.issueaddedevent.md)
|
||
|
|
||
|
## Protocol.Audits.IssueAddedEvent interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface IssueAddedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [issue](./puppeteer.protocol.audits.issueaddedevent.issue.md) | [InspectorIssue](./puppeteer.protocol.audits.inspectorissue.md) | |
|
||
|
|