onMouseDown property - Document class - dart:html library (original) (raw)
Stream<MouseEvent> getonMouseDown
Stream of mousedown
events handled by this Document.
Implementation
Stream<MouseEvent> get onMouseDown => Element.mouseDownEvent.forTarget(this);