Stream of drop
events handled by this Document.
Source
@DomName('Document.ondrop') @DocsEditable() Stream<MouseEvent> get onDrop => Element.dropEvent.forTarget(this);
Stream of drop
events handled by this Document.
@DomName('Document.ondrop') @DocsEditable() Stream<MouseEvent> get onDrop => Element.dropEvent.forTarget(this);