14 lines
586 B
Markdown
14 lines
586 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) > [CreateStyleSheetResponse](./puppeteer.protocol.css.createstylesheetresponse.md) > [styleSheetId](./puppeteer.protocol.css.createstylesheetresponse.stylesheetid.md)
|
|
|
|
## Protocol.CSS.CreateStyleSheetResponse.styleSheetId property
|
|
|
|
Identifier of the created "via-inspector" stylesheet.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
styleSheetId: StyleSheetId;
|
|
```
|