Class PseudoElementMatches
PseudoElementMatches
public sealed class PseudoElementMatches
- Inheritance
-
PseudoElementMatches
- Inherited Members
Properties
Matches
matches
[JsonPropertyName("matches")]
public RuleMatch[] Matches { get; set; }
Property Value
PseudoIdentifier
pseudoIdentifier
[JsonPropertyName("pseudoIdentifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PseudoIdentifier { get; set; }
Property Value
PseudoType
pseudoType
[JsonPropertyName("pseudoType")]
public PseudoType PseudoType { get; set; }