onDrop property - Element class - dart:html library (original) (raw)
ElementStream<MouseEvent> getonDrop
override
A stream of drop
events fired when a dragged object is dropped on this element.
Other resources
- Drag and drop samplebased on the tutorialfrom HTML5Rocks.
- Drag and drop specificationfrom WHATWG.
Implementation
ElementStream<MouseEvent> get onDrop => dropEvent.forElement(this);