MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getScrollTop

Method getScrollTop

src/pages/quickTools/quickTools.js:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 getScrollTop() {
61 return this.availableSection?.scrollTop || 0;
62 }
63
64 setScrollTop(scrollTop) {
65 if (this.availableSection) {

Callers 1

QuickToolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected