mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
707 B
Markdown
14 lines
707 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) > [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');
|
||
|
```
|