onmousedown top-level property

dynamic Function(MouseEvent)? get onmousedown

Fires when the user clicks the object with either mouse button.

Implementation

_i2.dynamic Function(_i3.MouseEvent)? get onmousedown =>
    (_i3.MouseEvent p0) => _i4.callMethod(
          _i4.getProperty(
            _self,
            'onmousedown',
          ),
          r'call',
          [
            _self,
            p0,
          ],
        );