SubmitEvent
open class SubmitEvent(val type: EventType<SubmitEvent>, init: SubmitEventInit = definedExternally) : Event(source)
The SubmitEvent
interface defines the object used to represent an HTML form's HTMLFormElement.submit_event event.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the element representing the submit button that triggered the form submission, or null if the submission was not triggered by a button.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard