Class AddRuleCommandResponse
Response for Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the
position specified by location.
public sealed class AddRuleCommandResponse : ICommandResponse<AddRuleCommandSettings>, ICommandResponse
- Inheritance
-
AddRuleCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Rule
The newly created rule.
[JsonPropertyName("rule")]
public CSSRule Rule { get; set; }