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

14 lines
534 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; [CSSMedia](./puppeteer.protocol.css.cssmedia.md) &gt; [styleSheetId](./puppeteer.protocol.css.cssmedia.stylesheetid.md)
## Protocol.CSS.CSSMedia.styleSheetId property
Identifier of the stylesheet containing this object (if exists).
<b>Signature:</b>
```typescript
styleSheetId?: StyleSheetId;
```