scrollTo

fun scrollTo(options: ScrollToOptions = definedExternally): Promise<Void?>?(source)

Window.scrollTo() scrolls to a particular set of coordinates in the document.

MDN Reference