DropPosition

Defines the drop positions relative to the dropped node.

Values

  • After - The cloned element will be appended after the dropped node.
  • Before - The cloned element will be appended before the dropped node.
  • Inside - The cloned element will be appended as the child node of the dropped node.

On This Page