Type Alias DragDropPayload

DragDropPayload: { paths: string[]; position: { x: number; y: number } }

Type declaration

  • paths: string[]
  • position: { x: number; y: number }