Class PseudoElementMatches
CSS rule collection for a single pseudo style.
public sealed class PseudoElementMatches
- Inheritance
-
PseudoElementMatches
- Inherited Members
Properties
Matches
Matches of CSS rules applicable to the pseudo style.
[JsonPropertyName("matches")]
public RuleMatch[] Matches { get; set; }
Property Value
PseudoIdentifier
Pseudo element custom ident.
[JsonPropertyName("pseudoIdentifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PseudoIdentifier { get; set; }
Property Value
PseudoType
Pseudo element type.
[JsonPropertyName("pseudoType")]
public PseudoType PseudoType { get; set; }