PositionData

@Serializable
data class PositionData(val left: Double, val top: Double, val right: Double, val bottom: Double, val scrollX: Double, val scrollY: Double)

Result from atomic position data retrieval operation. Used by getPosition() to get element bounds and scroll offsets atomically.

Constructors

Link copied to clipboard
constructor(left: Double, top: Double, right: Double, bottom: Double, scrollX: Double, scrollY: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Double