Enum CSSRuleType
Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors. This list only contains rule types that are collected during the ancestor rule collection.
[JsonConverter(typeof(JsonStringEnumConverter<CSSRuleType>))]
public enum CSSRuleType
Fields
ContainerRule = 2LayerRule = 3MediaRule = 0ScopeRule = 4StartingStyleRule = 6StyleRule = 5SupportsRule = 1