MCPcopy Index your code
hub / github.com/adobe/react-spectrum / setGlobalAllowedDropOperations

Function setGlobalAllowedDropOperations

packages/react-aria/src/dnd/utils.ts:426–428  ·  view source on GitHub ↗
(o: DROP_OPERATION)

Source from the content-addressed store, hash-verified

424
425export let globalAllowedDropOperations: DROP_OPERATION = DROP_OPERATION.none;
426export function setGlobalAllowedDropOperations(o: DROP_OPERATION): void {
427 globalAllowedDropOperations = o;
428}

Callers 3

onDragStartFunction · 0.90
onDragEndFunction · 0.90
useDragFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected