Stream of mousedown
events handled by this Element
.
Source
@DomName('SVGElement.onmousedown') @DocsEditable() @Experimental() // untriaged ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this);
Stream of mousedown
events handled by this Element
.
@DomName('SVGElement.onmousedown') @DocsEditable() @Experimental() // untriaged ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this);