struct Protocol::CSS::CSSLayerData
- Protocol::CSS::CSSLayerData
- Struct
- Value
- Object
Overview
CSS Layer data.
Included Modules
- JSON::Serializable
Defined in:
protocol/css.crConstructors
Instance Method Summary
-
#name : String
Layer name.
-
#order : Number::Primitive
Layer order.
-
#sub_layers : Array(CSSLayerData) | Nil
Direct sub-layers
Constructor Detail
Instance Method Detail
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.