struct Protocol::CSS::MediaQueryExpression
- Protocol::CSS::MediaQueryExpression
- Struct
- Value
- Object
Overview
Media query expression descriptor.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#computed_length : Number::Primitive | Nil
Computed length of media query expression (if applicable).
-
#feature : String
Media query expression feature.
-
#unit : String
Media query expression units.
-
#value : Number::Primitive
Media query expression value.
-
#value_range : SourceRange | Nil
The associated range of the value text in the enclosing stylesheet (if available).
Constructor Detail
Instance Method Detail
def computed_length : Number::Primitive | Nil
#
Computed length of media query expression (if applicable).
def value_range : SourceRange | Nil
#
The associated range of the value text in the enclosing stylesheet (if available).