class type configs =Inheritsobject..end
method animRepair : bool Js.t Js.propIf true, animates the proxy element back to the position of the handle element used to trigger the drag.
Defaults to: true
method ddGroup : Js.js_string Js.t Js.propA named drag drop group to which this object belongs. If a group is specified, then this object will only interact with other drag drop objects in the same group.
method dropAllowed : Js.js_string Js.t Js.propThe CSS class returned to the drag source when drop is allowed.
Defaults to: Ext.baseCSSPrefix + 'dd-drop-ok'
method dropNotAllowed : Js.js_string Js.t Js.propThe CSS class returned to the drag source when drop is not allowed.
Defaults to: Ext.baseCSSPrefix + 'dd-drop-nodrop'
method repairHighlightColor : Js.js_string Js.t Js.propThe color to use when visually highlighting the drag source in the afterRepair method after a failed drop (defaults to light blue). The color must be a 6 digit hex value, without a preceding '#'.
Defaults to: 'c3daf9'
method beforeDragDrop : 'a.
((< animRepair : bool Js.t Js.prop; beforeDragDrop : 'a. 'b;
beforeDragEnter : 'd.
('c Js.t,
(#Ext_dd_DragDrop.t as 'd) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
beforeDragOut : 'e.
('c Js.t,
(#Ext_dd_DragDrop.t as 'e) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
beforeDragOver : 'f.
('c Js.t,
(#Ext_dd_DragDrop.t as 'f) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
beforeInvalidDrop : 'g.
('c Js.t,
(#Ext_dd_DragDrop.t as 'g) Js.t ->
Dom_html.event Js.t ->
Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
ddGroup : Js.js_string Js.t Js.prop;
dropAllowed : Js.js_string Js.t Js.prop;
dropNotAllowed : Js.js_string Js.t Js.prop;
onBeforeDrag : 'h.
('c Js.t, 'h Js.t -> Dom_html.event Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop;
onStartDrag : ('c Js.t, Js.number Js.t -> Js.number Js.t -> unit)
Js.meth_callback Js.writeonly_prop;
repairHighlightColor : Js.js_string Js.t Js.prop; .. >
as 'c)
Js.t,
(#Ext_dd_DragDrop.t as 'a) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_prop as 'bt.beforeDragDropmethod beforeDragEnter : 'd.
('c Js.t,
(#Ext_dd_DragDrop.t as 'd) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_propt.beforeDragEntermethod beforeDragOut : 'e.
('c Js.t,
(#Ext_dd_DragDrop.t as 'e) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_propt.beforeDragOutmethod beforeDragOver : 'f.
('c Js.t,
(#Ext_dd_DragDrop.t as 'f) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_propt.beforeDragOvermethod beforeInvalidDrop : 'g.
('c Js.t,
(#Ext_dd_DragDrop.t as 'g) Js.t ->
Dom_html.event Js.t -> Js.js_string Js.t -> bool Js.t)
Js.meth_callback Js.writeonly_propt.beforeInvalidDropmethod onBeforeDrag : 'h.
('c Js.t, 'h Js.t -> Dom_html.event Js.t -> bool Js.t) Js.meth_callback
Js.writeonly_propt.onBeforeDragmethod onStartDrag : ('c Js.t, Js.number Js.t -> Js.number Js.t -> unit) Js.meth_callback
Js.writeonly_propt.onStartDrag