struct Protocol::CSS::CSSContainerQuery

Overview

CSS container query 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 name : String | Nil #

Optional name for the container.


[View source]
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 #

Container query text.


[View source]