source |
array |
|
The list of DOM element's containers which contains draggable elements. |
target |
array |
|
The list of DOM element's containers which accept being dropped on. |
grid |
array |
|
The two-dimensional array of DOM elements. Inside arrays should contain two dom elements.
Generally first link is the same containers list that is set in the source parameter.
And second link is usually the list that is set in the target parameter
|
pixelThreshold |
Object |
desktop: 0 sensor: 0 |
The pixel threshold of the drag beginning. It works jointly with lapse threshold. The creation of the shape and the beginning of drag starts after lapseThreshold and pixelThreshold conditions' implementaion. If both properies are equal 0, the shape creation starts immediately on element's click. |
lapseThreshold |
Object |
desktop: 0 sensor: 300 |
The time threshold of element's drag. It works jointly with pixelThreshold. The creation of the shape and the beginning of drag starts after lapseThreshold and pixelThreshold conditions' implementaion. If both properies are equal 0, the shape creation starts immediately on element's click. |
gridGutter |
number |
0 |
The distance between elements in a container, This property is should to set only if the indent between elements is set by css property margin |
showScrollArea |
boolean |
false |
Show/hide the area scrolling container. |
dropZoneTime |
number |
50 |
Delay before the creation of the area for dropping a portable item |