CSSLayerData

@Serializable
data class CSSLayerData(val name: String, val subLayers: List<CSS.CSSLayerData>? = null, val order: Double)

CSS Layer data.

Constructors

Link copied to clipboard
constructor(name: String, subLayers: List<CSS.CSSLayerData>? = null, order: Double)

Properties

Link copied to clipboard

Layer name.

Link copied to clipboard

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

Link copied to clipboard

Direct sub-layers