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
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard