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

19 lines
727 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; [CreateStyleSheetResponse](./puppeteer.protocol.css.createstylesheetresponse.md)
## Protocol.CSS.CreateStyleSheetResponse interface
<b>Signature:</b>
```typescript
export interface CreateStyleSheetResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [styleSheetId](./puppeteer.protocol.css.createstylesheetresponse.stylesheetid.md) | [StyleSheetId](./puppeteer.protocol.css.stylesheetid.md) | Identifier of the created "via-inspector" stylesheet. |