Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ stop
Method
stop
packages/react-aria/src/dnd/useAutoScroll.ts:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
interface
AutoScrollAria {
23
move(x: number, y: number): void;
24
stop(): void;
25
}
26
27
export
function
useAutoScroll(ref: RefObject<Element | null>): AutoScrollAria {
Callers
4
useTokenField
Function · 0.65
onDropExit
Function · 0.65
move
Function · 0.65
onSelectionChange
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected