Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
infinite-scroll.e2e.ts
File · 0.80
header.e2e.ts
File · 0.80
scrollToTop
Function · 0.80
Calls
1
scrollToPoint
Method · 0.95
Tested by
no test coverage detected