DroppableModel
Interface representing the Droppable class.
Properties
accept String
Specifies the selector to identify what DOM elements will accept a droppable element.
drop Function(DropEventArgs)
Specifies a callback function that will be triggered when the element is dropped.
out Function(DropOverOutEventArgs)
Specifies a callback function that will be triggered when the element is dragged outside the droppable element.
over Function(DropOverOutEventArgs)
Specifies a callback function that will be triggered when the element is dragged inside the droppable element.
scope String
Specifies the scope to group sets of draggable and droppable items together.