struct Protocol::CSS::StyleDeclarationEdit

Overview

A descriptor of operation to mutate style declaration text.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def range : SourceRange #

The range of the style text in the enclosing stylesheet.


[View source]
def style_sheet_id : StyleSheetId #

The css style sheet identifier.


[View source]
def text : String #

New style text.


[View source]