PseudoElementMatches

@Serializable
data class PseudoElementMatches(val pseudoType: PseudoType, val pseudoIdentifier: String? = null, val matches: List<RuleMatch>)

CSS rule collection for a single pseudo style.

Official doc

Constructors

Link copied to clipboard
constructor(pseudoType: PseudoType, pseudoIdentifier: String? = null, matches: List<RuleMatch>)

Properties

Link copied to clipboard

Matches of CSS rules applicable to the pseudo style.

Link copied to clipboard

Pseudo element custom ident.

Link copied to clipboard

Pseudo element type.