rect

val rect: Rect? = null

The rect to be scrolled into view, relative to the node's border box, in CSS pixels. When omitted, center of the node will be used, similar to Element.scrollIntoView.

Sources

jvm source
Link copied to clipboard