onmousedown property

EventHandlerNonNull<Event>? onmousedown

Implementation

EventHandlerNonNull? get onmousedown =>
    js_util.getProperty(this, 'onmousedown');
void onmousedown=(EventHandlerNonNull<Event>? newValue)

Implementation

set onmousedown(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'onmousedown', newValue);
}