PackagesuiEnumsDropActionOn this pageDropAction (8.5) The action that can be performed on a drop. enum DropAction { copy, move, link, cancel} Cases copy The target should copy the data. move The target should move the data. link The target should create a link to the data. cancel The target should cancel the drag operation.