puppeteer/new-docs/puppeteer.protocol.css.stylesheetaddedevent.md
2020-07-13 14:01:35 +01:00

21 lines
740 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; [CSS](./puppeteer.protocol.css.md) &gt; [StyleSheetAddedEvent](./puppeteer.protocol.css.stylesheetaddedevent.md)
## Protocol.CSS.StyleSheetAddedEvent interface
Fired whenever an active document stylesheet is added.
<b>Signature:</b>
```typescript
export interface StyleSheetAddedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [header](./puppeteer.protocol.css.stylesheetaddedevent.header.md) | [CSSStyleSheetHeader](./puppeteer.protocol.css.cssstylesheetheader.md) | Added stylesheet metainfo. |