mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
761 B
Markdown
21 lines
761 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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. |
|
||
|
|