data.isValid (Client API reference)
Gets a boolean value indicating whether all of the form data is valid. If the form has empty required columns on it, control-level error notifications will be shown. A column may also be set as invalid using the setIsValid method setIsValid method.
Syntax
formContext.data.isValid();
Return Type
Type: Boolean
Description: true if all of the form data is valid; false otherwise.