data class StyleDeclarationEdit
A descriptor of operation to mutate style declaration text.
<init> |
A descriptor of operation to mutate style declaration text. StyleDeclarationEdit(styleSheetId: StyleSheetId, range: SourceRange, text: String) |
range |
The range of the style text in the enclosing stylesheet. val range: SourceRange |
styleSheetId |
The css style sheet identifier. val styleSheetId: StyleSheetId |
text |
New style text. val text: String |