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

14 lines
592 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; [CSSStyle](./puppeteer.protocol.css.cssstyle.md) &gt; [styleSheetId](./puppeteer.protocol.css.cssstyle.stylesheetid.md)
## Protocol.CSS.CSSStyle.styleSheetId property
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
<b>Signature:</b>
```typescript
styleSheetId?: StyleSheetId;
```