When droping an item I want to be able to perform an async call (e.g. check with backend for conflicts, collisions and so forth...) which returns true or false. If false, I want to "reverse" the drop so that the item appears in the original array.
I coulnd't find any references in the offical docs, so any pointers are appreciated on how to tackle this challenge.