puppeteer/new-docs/puppeteer.protocol.log.violationsetting.name.md
2020-07-13 14:01:35 +01:00

14 lines
589 B
Markdown

<!-- 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.
<b>Signature:</b>
```typescript
name: ('longTask' | 'longLayout' | 'blockedEvent' | 'blockedParser' | 'discouragedAPIUse' | 'handler' | 'recurringHandler');
```