DragDrop: {
    mounted: (() => void);
    props: string[];
} = ...

Component to assist in adding drag/drop of new nodes/groups. This uses the low level DragManager under the hood - for most applications you probably want the SurfaceDrop component instead.

Type declaration

  • mounted: (() => void)
      • (): void
      • Returns void

  • props: string[]
Version :