dropEvent constant - Element class - dart:html library (original) (raw)
EventStreamProvider<MouseEvent> const dropEvent
A stream of drop events fired when a dragged object is dropped on an element.
Other resources
- Drag and drop samplebased on the tutorialfrom HTML5Rocks.
- Drag and drop specificationfrom WHATWG.
Implementation
static const EventStreamProvider<MouseEvent> dropEvent =
const EventStreamProvider<MouseEvent>('drop');