chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / StyleDeclarationEdit

StyleDeclarationEdit

data class StyleDeclarationEdit

A descriptor of operation to mutate style declaration text.

Official doc

Constructors

<init>

A descriptor of operation to mutate style declaration text.

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

Properties

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