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

Stream of mousedown events handled by this Element.

Source

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