pl.wendigo.chrome.api.css / StyleDeclarationEdit

StyleDeclarationEdit

data class StyleDeclarationEdit (source)

A descriptor of operation to mutate style declaration text.

Link
CSS#StyleDeclarationEdit type documentation.

Constructors

<init>

StyleDeclarationEdit(styleSheetId: StyleSheetId, range: SourceRange, text: String)

A descriptor of operation to mutate style declaration text.

Properties

range

val range: SourceRange

The range of the style text in the enclosing stylesheet.

styleSheetId

val styleSheetId: StyleSheetId

The css style sheet identifier.

text

val text: String

New style text.