scroll

fun scroll(options: ScrollToOptions = definedExternally)(source)

The Window.scroll() method scrolls the window to a particular place in the document.

MDN Reference


fun scroll(x: Double, y: Double)(source)