Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fiddle-Digital/string-scroll
/ scrollPosition
Method
scrollPosition
src/index.ts:215–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
get scrollPosition(){
216
return
this.sEn.data.c
217
}
218
set scrollPosition(scrollPosition: number){
219
this.sEn.data.c = scrollPosition
220
this.sEn.data.t = scrollPosition
Callers
nothing calls this directly
Calls
1
scrollTo
Method · 0.80
Tested by
no test coverage detected