onauxclick property

EventHandlerNonNull<Event>? get onauxclick

Implementation

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

Implementation

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