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

Class

packages/react-aria/src/dnd/DragManager.ts:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166};
167
168class DragSession {
169 dragTarget: DragTarget;
170 validDropTargets: DropTarget[] = [];
171 currentDropTarget: DropTarget | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected