new DropAction(sourceSelection, destPosition, controller)
Drop action part of a drag-and-drop.
This handles only the drop part.
Parameters:
Name | Type | Description |
---|---|---|
sourceSelection |
sync.select.SavedSelection | Selection of dragged source. |
destPosition |
sync.position.RelativeContentPosition | Drop position. |
controller |
sync.ctrl.Controller | The controller. |
Methods
-
execute()
-