Class SetMediaTextCommandResponse
Response for Modifies the rule selector.
public sealed class SetMediaTextCommandResponse : ICommandResponse<SetMediaTextCommandSettings>, ICommandResponse
- Inheritance
-
SetMediaTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Media
The resulting CSS media rule after modification.
[JsonPropertyName("media")]
public CSSMedia Media { get; set; }