Layer
data class Layer(layerId: LayerId, parentLayerId: LayerId?, backendNodeId: BackendNodeId?, offsetX: Double, offsetY: Double, width: Double, height: Double, transform: List<Double>?, anchorX: Double?, anchorY: Double?, anchorZ: Double?, paintCount: Int, drawsContent: Boolean, invisible: Boolean?, scrollRects: List<ScrollRect>?, stickyPositionConstraint: StickyPositionConstraint?)
Content copied to clipboard
Information about a compositing layer.
Constructors
Layer
Link copied to clipboard
fun Layer(layerId: LayerId, parentLayerId: LayerId? = null, backendNodeId: BackendNodeId? = 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<ScrollRect>? = null, stickyPositionConstraint: StickyPositionConstraint? = null)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
drawsContent
Link copied to clipboard
paintCount
Link copied to clipboard
parentLayerId
Link copied to clipboard
scrollRects
Link copied to clipboard
stickyPositionConstraint
Link copied to clipboard
Sources
jvm source
Link copied to clipboard