ScrollRect

@Serializable
data class ScrollRect(val rect: DOM.Rect, val type: String)

Rectangle where scrolling happens on the main thread.

Constructors

Link copied to clipboard
constructor(rect: DOM.Rect, type: String)

Properties

Link copied to clipboard

Rectangle itself.

Link copied to clipboard

Reason for rectangle to force scrolling on the main thread