Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dolphin-wood/smooth-scrollbar
/ TrackController
Interface
TrackController
src/interfaces/track.ts:21–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
export
interface
TrackController {
22
readonly xAxis: ScrollbarTrack;
23
readonly yAxis: ScrollbarTrack;
24
25
update(): void;
26
autoHideOnIdle(): void;
27
}
Callers
2
setPosition
Function · 0.65
render
Method · 0.65
Implementers
1
TrackController
src/track/index.ts
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…