Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITreeNodeDrag

This is the interface of the TreeNodeDrag service

Hierarchy

  • ITreeNodeDrag

Index

Methods

Methods

getDragNode

  • getDragNode(): object
  • Gets the current dragged node. Useful for overriding the drop action.

    Returns object

    • index: number

      The index inside parent's children, of the current dragged node

    • node: TreeNode

      The parent node of the current dragged node

Generated using TypeDoc