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