Class CSSFunctionNode
CSSFunctionNode
public sealed class CSSFunctionNode
- Inheritance
-
CSSFunctionNode
- Inherited Members
Properties
Condition
condition
[JsonPropertyName("condition")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSFunctionConditionNode? Condition { get; set; }
Property Value
Style
style
[JsonPropertyName("style")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? Style { get; set; }