struct Protocol::CSS::Value

Overview

Data for a simple selector (these are delimited by commas in a selector list).

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 #

Value range in the underlying resource (if available).


[View source]
def text : String #

Value text.


[View source]