submitter property
HTMLElement?
get
submitter
Returns the element representing the submit button that triggered the form submission, or null if the submission was not triggered by a button.
Implementation
_i3.HTMLElement? get submitter => _i4.getProperty(
this,
'submitter',
);