onsubmit property

EventHandlerNonNull<Event>? get onsubmit

Implementation

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

Implementation

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