onMouseDown property

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

Stream of mousedown events handled by this Element.

Implementation

@DomName('Element.onmousedown')
@DocsEditable()
ElementStream<MouseEvent> get onMouseDown => mouseDownEvent.forElement(this);