Specifies the validation state of a control.
Namespace: MindFusion.UI.WebAssembly: Enum.js
// enumValidationState = {}
Invalid
Value: 0. Indicates that the control is in invalid state.
Valid
Value: 1. Indicates that the control is in valid state.
MindFusion.UI.Web Namespace