struct Protocol::CSS::CSSLayerData

Overview

CSS Layer data.

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 #

Layer name.


[View source]
def order : Number::Primitive #

Layer order. The order determines the order of the layer in the cascade order. A higher number has higher priority in the cascade order.


[View source]
def sub_layers : Array(CSSLayerData) | Nil #

Direct sub-layers


[View source]