Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DropResult

Information about the handling of a drop event

Hierarchy

  • DropResult

Index

Properties

isHandled

isHandled: boolean

Whether the drop event was handled by a list or list item. If true, the dragged item was already moved to its target location and further drop handlers do not need to act.

Optional move

move: boolean

Whether the dragged item still needs to be moved

Optional moveTarget

moveTarget: string

The path where the dragged item will be moved if it should be moved

Generated using TypeDoc