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

22 lines
914 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; [PseudoElementMatches](./puppeteer.protocol.css.pseudoelementmatches.md)
## Protocol.CSS.PseudoElementMatches interface
CSS rule collection for a single pseudo style.
<b>Signature:</b>
```typescript
export interface PseudoElementMatches
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [matches](./puppeteer.protocol.css.pseudoelementmatches.matches.md) | [RuleMatch](./puppeteer.protocol.css.rulematch.md)<!-- -->\[\] | Matches of CSS rules applicable to the pseudo style. |
| [pseudoType](./puppeteer.protocol.css.pseudoelementmatches.pseudotype.md) | [DOM.PseudoType](./puppeteer.protocol.dom.pseudotype.md) | Pseudo element type. |