Layer

constructor(layerId: String, parentLayerId: String? = null, backendNodeId: Int? = null, offsetX: Double, offsetY: Double, width: Double, height: Double, transform: List<Double>? = null, anchorX: Double? = null, anchorY: Double? = null, anchorZ: Double? = null, paintCount: Int, drawsContent: Boolean, invisible: Boolean? = null, scrollRects: List<LayerTree.ScrollRect>? = null, stickyPositionConstraint: LayerTree.StickyPositionConstraint? = null)