puppeteer/new-docs/puppeteer.protocol.css.createstylesheetresponse.stylesheetid.md

14 lines
586 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; [CreateStyleSheetResponse](./puppeteer.protocol.css.createstylesheetresponse.md) &gt; [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;
```