Skip to content

$dropHTML

defines how the drop area will look before drop

let $dropHTML: function

The method is used by the “order” and “move” drag modes. By default it clears the innerHTML of the drop area.

You can override it with your own logic, but check drag-n-drop related events first, as they provide a much more convenient way for drag-n-drop handling.

Articles