Class InheritedPseudoElementMatches
Inherited pseudo element matches from pseudos of an ancestor node.
public sealed class InheritedPseudoElementMatches
- Inheritance
-
InheritedPseudoElementMatches
- Inherited Members
Properties
PseudoElements
Matches of pseudo styles from the pseudos of an ancestor node.
[JsonPropertyName("pseudoElements")]
public PseudoElementMatches[] PseudoElements { get; set; }