MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / scrollToTop

Method scrollToTop

core/src/components/content/content.tsx:342–344  ·  view source on GitHub ↗
(duration = 0)

Source from the content-addressed store, hash-verified

340 */
341 @Method()
342 scrollToTop(duration = 0): Promise<void> {
343 return this.scrollToPoint(undefined, 0, duration);
344 }
345
346 /**
347 * Scroll to the bottom of the component.

Callers 3

header.e2e.tsFile · 0.80
scrollToTopFunction · 0.80

Calls 1

scrollToPointMethod · 0.95

Tested by

no test coverage detected