dojo/dnd/Moveable.__MoveableArgs (version 1.10)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new Moveable.__MoveableArgs()

See the dojo/dnd/Moveable.__MoveableArgs reference documentation for more information.

Property Summary

  • delaydelay move by this number of pixels
  • handleA node (or node's id), which is used as a mouse handle.
  • movera constructor of custom Mover
  • skipskip move of form elements

Properties

delay
Defined by: dojo/dnd/Moveable

delay move by this number of pixels

handle
Defined by: dojo/dnd/Moveable

A node (or node's id), which is used as a mouse handle. If omitted, the node itself is used as a handle.

mover
Defined by: dojo/dnd/Moveable

a constructor of custom Mover

skip
Defined by: dojo/dnd/Moveable

skip move of form elements

Error in the documentation? Can’t find what you are looking for? Let us know!