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

Function getDropOperation

packages/react-aria/src/dnd/useDrop.ts:506–509  ·  view source on GitHub ↗
(allowedOperations: DROP_OPERATION, operation: DropOperation)

Source from the content-addressed store, hash-verified

504}
505
506function getDropOperation(allowedOperations: DROP_OPERATION, operation: DropOperation) {
507 let op = DROP_OPERATION[operation];
508 return allowedOperations & op ? operation : 'cancel';
509}

Callers 2

onDragOverFunction · 0.70
onDragEnterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected