Documentation or example for drag and drop?

The web app that I’m developing will make extensive use of drag and drop. I got it working in dojo 1. Is there any sort of documentation, example, or demonstration of drag and drop in dojo 2?

Currently we have a lower-level Drag meta provider ( https://github.com/dojo/widget-core#drag ), but not the same level of higher-level APIs on top of Drag to provide some of the DnD conveniences of Dojo 1. I would start with that, and let us know what your use cases are and we can either think through examples or open enhancement issues as appropriate.

Thanks!

1 Like