MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / scrollToTop

Method scrollToTop

apps/rxjs.dev/src/app/shared/scroll.service.ts:155–157  ·  view source on GitHub ↗

Scroll to the top of the document.

()

Source from the content-addressed store, hash-verified

153
154 /** Scroll to the top of the document. */
155 scrollToTop() {
156 this.scrollToElement(this.topOfPageElement);
157 }
158
159 scrollToPosition() {
160 if (this.poppedStateScrollPosition) {

Callers 4

scrollAfterRenderMethod · 0.95
selectOptionMethod · 0.80
toTopMethod · 0.80

Calls 1

scrollToElementMethod · 0.95

Tested by

no test coverage detected