InheritedPseudoElementMatches

@Serializable
data class InheritedPseudoElementMatches(val pseudoElements: List<PseudoElementMatches>)

Inherited pseudo element matches from pseudos of an ancestor node.

Official doc

Constructors

Link copied to clipboard
constructor(pseudoElements: List<PseudoElementMatches>)

Properties

Link copied to clipboard

Matches of pseudo styles from the pseudos of an ancestor node.