FormSubmitClickEvent
Interface
The FormSubmitClick event.
Definition
Package:@progress/kendo-vue-form
Properties
event?
any
The native event.
isModified
boolean
Represents the modified state of the form.
isValid
boolean
Represents the validity state of the form.
values
{ [name: string]: any }
Contains the current values of the form.