MCPcopy Create free account
hub / github.com/Lobos/react-ui / scrollValueMonitor

Function scrollValueMonitor

docs/lib/react.js:10678–10681  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

10676}
10677
10678function scrollValueMonitor(cb) {
10679 var scrollPosition = getUnboundedScrollPosition(window);
10680 cb(scrollPosition);
10681}
10682
10683var ReactEventListener = {
10684 _enabled: true,

Callers

nothing calls this directly

Calls 2

cbFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…