struct Protocol::CSS::CSSLayer
- Protocol::CSS::CSSLayer
- Struct
- Value
- Object
Overview
CSS Layer at-rule descriptor.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#range : SourceRange | Nil
The associated rule header range in the enclosing stylesheet (if available).
-
#style_sheet_id : StyleSheetId | Nil
Identifier of the stylesheet containing this object (if exists).
-
#text : String
Layer name.
Constructor Detail
Instance Method Detail
def range : SourceRange | Nil
#
The associated rule header range in the enclosing stylesheet (if available).
def style_sheet_id : StyleSheetId | Nil
#
Identifier of the stylesheet containing this object (if exists).