submitter property
HTMLElement?
get
submitter
The read-only submitter
property found on
the SubmitEvent interface specifies the submit button or other element
that was invoked to cause the form to be submitted.
Implementation
external HTMLElement? get submitter;