onSubmit property

Stream<Event> onSubmit
@DocsEditable(), @DomName('Window.onsubmit')

Stream of submit events handled by this Window.

Implementation

@DomName('Window.onsubmit')
@DocsEditable()
Stream<Event> get onSubmit => Element.submitEvent.forTarget(this);