Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • DroppedNodeParams

Index

Properties

dragNode

dragNode: JQuery<HTMLElement>

The node that was dragged.

dragSource

Tree widget of the dragged node.

dropNode

dropNode: JQuery<HTMLElement>

The node on which the dragged node was dropped.

dropPoint

dropPoint: JQuery<HTMLElement>

The drop point where the node was dropped.

targetDragNode

targetDragNode: JQuery<HTMLElement>

The node that was the target of the drag.

transfer

transfer: boolean

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

ui

Details about the drop event.

Generated using TypeDoc