MCPcopy
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
21export interface TrackController {
22 readonly xAxis: ScrollbarTrack;
23 readonly yAxis: ScrollbarTrack;
24
25 update(): void;
26 autoHideOnIdle(): void;
27}

Callers 2

setPositionFunction · 0.65
renderMethod · 0.65

Implementers 1

TrackControllersrc/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…