Class StyleDeclarationEdit
A descriptor of operation to mutate style declaration text.
public sealed class StyleDeclarationEdit
- Inheritance
-
StyleDeclarationEdit
- Inherited Members
Properties
Range
The range of the style text in the enclosing stylesheet.
[JsonPropertyName("range")]
public SourceRange Range { get; set; }
Property Value
StyleSheetId
The css style sheet identifier.
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }
Property Value
Text
New style text.
[JsonPropertyName("text")]
public string Text { get; set; }