MCPcopy Create free account
hub / github.com/adobe/react-spectrum / move

Method move

packages/react-aria/src/dnd/useAutoScroll.ts:23–23  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

21
22interface AutoScrollAria {
23 move(x: number, y: number): void;
24 stop(): void;
25}
26

Callers 6

onDropMoveFunction · 0.65
onMoveFunction · 0.65
onMoveFunction · 0.65
onSelectionChangeFunction · 0.65
TreeDragAndDropExampleFunction · 0.65
SecondTreeFunction · 0.65

Calls

no outgoing calls

Tested by 1

onMoveFunction · 0.52