onMouseDown property

ElementStream<MouseEvent> onMouseDown
@DocsEditable(), @DomName('SVGElement.onmousedown'), @Experimental()

Stream of mousedown events handled by this Element.

Implementation

@DomName('SVGElement.onmousedown')
@DocsEditable()
@Experimental() // untriaged
ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this);