Class SetSupportsTextCommandResponse
Response for Modifies the expression of a supports at-rule.
public sealed class SetSupportsTextCommandResponse : ICommandResponse<SetSupportsTextCommandSettings>, ICommandResponse
- Inheritance
-
SetSupportsTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Supports
The resulting CSS Supports rule after modification.
[JsonPropertyName("supports")]
public CSSSupports Supports { get; set; }