struct Protocol::CSS::CSSScope

Overview

CSS Scope at-rule descriptor.

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 | Nil #

The associated rule header range in the enclosing stylesheet (if available).


[View source]
def style_sheet_id : StyleSheetId | Nil #

Identifier of the stylesheet containing this object (if exists).


[View source]
def text : String #

Scope rule text.


[View source]