puppeteer/new-docs/puppeteer.protocol.css.stylesheetorigin.md

14 lines
707 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; [StyleSheetOrigin](./puppeteer.protocol.css.stylesheetorigin.md)
## Protocol.CSS.StyleSheetOrigin type
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.
<b>Signature:</b>
```typescript
export type StyleSheetOrigin = ('injected' | 'user-agent' | 'inspector' | 'regular');
```