Interface XUtilOnSubmitData

Hierarchy

  • XUtilOnSubmitData

Index

Properties

Properties

form

form: HTMLFormElement

The form that is about to be submitted.

submissionBlocked

submissionBlocked: boolean

true if the form should not be submitted, e.g. because the submit button requires validation and the form is invalid. false if the form will be submitted unless prevented by this or another callback.