14 lines
484 B
Markdown
14 lines
484 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) > [CSSRule](./puppeteer.protocol.css.cssrule.md) > [selectorList](./puppeteer.protocol.css.cssrule.selectorlist.md)
|
||
|
|
||
|
## Protocol.CSS.CSSRule.selectorList property
|
||
|
|
||
|
Rule selector data.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
selectorList: SelectorList;
|
||
|
```
|