StyleDeclarationEdit

@Serializable
data class StyleDeclarationEdit(val styleSheetId: String, val range: CSS.SourceRange, val text: String)

A descriptor of operation to mutate style declaration text.

Constructors

Link copied to clipboard
constructor(styleSheetId: String, range: CSS.SourceRange, text: String)

Properties

Link copied to clipboard

The range of the style text in the enclosing stylesheet.

Link copied to clipboard

The css style sheet identifier.

Link copied to clipboard

New style text.