puppeteer/new-docs/puppeteer.protocol.log.violationsetting.name.md

14 lines
617 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; [Log](./puppeteer.protocol.log.md) &gt; [ViolationSetting](./puppeteer.protocol.log.violationsetting.md) &gt; [name](./puppeteer.protocol.log.violationsetting.name.md)
## Protocol.Log.ViolationSetting.name property
Violation type. (ViolationSettingName enum)
<b>Signature:</b>
```typescript
name: ('longTask' | 'longLayout' | 'blockedEvent' | 'blockedParser' | 'discouragedAPIUse' | 'handler' | 'recurringHandler');
```