MCPcopy 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

22interface AutoScrollAria {
23 move(x: number, y: number): void;
24 stop(): void;
25}
26
27export function useAutoScroll(ref: RefObject<Element | null>): AutoScrollAria {

Callers 4

useTokenFieldFunction · 0.65
onDropExitFunction · 0.65
moveFunction · 0.65
onSelectionChangeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected