Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DragInfo

Information about a currently dragged data object.

Hierarchy

  • DragInfo

Index

Properties

currentPath

currentPath: string

The current path of the dragged data object. This is updated when the dragged data is moved while dragging it and needed to move it back to its original position in case the drag is cancelled.

This is initialized with the originalPath.

data

data: any

The data object itself

originalPath

originalPath: string

The path where the data object was located before the drag started.

schema

schema: JsonSchema7

The JsonSchema defining the dragged data object

Generated using TypeDoc