Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a drag & drop operation when a tree node is being dragged.

Hierarchy

  • DroppedNodeParams

Index

Properties

dragNode: JQuery<HTMLElement>

The node that was dragged.

Tree widget of the dragged node.

dropNode: JQuery<HTMLElement>

The node on which the dragged node was dropped.

dropPoint: JQuery<HTMLElement>

The drop point where the node was dropped.

targetDragNode: JQuery<HTMLElement>

The node that was the target of the drag.

transfer: boolean

Whether a transfer should occur, i.e. whether the node was not dropped on itself.

Details about the drop event.

Generated using TypeDoc