puppeteer/new-docs/puppeteer.protocol.css.stylesheetremovedevent.md

21 lines
761 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; [CSS](./puppeteer.protocol.css.md) &gt; [StyleSheetRemovedEvent](./puppeteer.protocol.css.stylesheetremovedevent.md)
## Protocol.CSS.StyleSheetRemovedEvent interface
Fired whenever an active document stylesheet is removed.
<b>Signature:</b>
```typescript
export interface StyleSheetRemovedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [styleSheetId](./puppeteer.protocol.css.stylesheetremovedevent.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | Identifier of the removed stylesheet. |