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

Method scrollToBottom

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

Source from the content-addressed store, hash-verified

350 */
351 @Method()
352 async scrollToBottom(duration = 0): Promise<void> {
353 const scrollEl = await this.getScrollElement();
354 const y = scrollEl!.scrollHeight - scrollEl!.clientHeight;
355 return this.scrollToPoint(undefined, y, duration);
356 }
357
358 /**
359 * Scroll by a specified X/Y distance in the component.

Callers 7

footer.e2e.tsFile · 0.80
header.e2e.tsFile · 0.80
header.e2e.tsFile · 0.80
modal-card.e2e.tsFile · 0.80

Calls 2

getScrollElementMethod · 0.95
scrollToPointMethod · 0.95

Tested by

no test coverage detected