Customer’s Canvas
Call us at 1-800-661-8190 or send an email at info@aurigma.com
A structure used by Editor.validateUserInfo to store results of the UserInfo validation.
// Validate userInfo. editor.validateUserInfo(data).then(function (r) { if (r.error) { // Output the error. console.error(r); return; } // Populate the product with valid user data. editor.loadUserInfo(data); })
The validation status. If true, then the input contains errors.
true
The error message.