Optional
groupGroup used when validate() was last called. It is associated with the current IssuesFound.
Optional
businessIf there are any business logic errors, they are kept here. If not, this is undefined.
Optional
asyncWhen true, an async Validator is running
The state of validation for this ValueHost.
The issues that were found.
Optional
correctedSet to true when the user has fixed all invalid validators. Undefined or false otherwise, including if the status changes after this point.
The ValueHostName for the associated ValueHost. Despite being in instanceState, this property is not allowed to be changed.
The value available to be evaluated by Conditions. It is expected to be in its native data type, capable of being stored or used without conversion by the caller. For example, a Date object or Number type. Value of undefined is valid. Use undefined if the native value could not be resolved from the input field/element or is otherwise unknown.
Optional
enabledThe latest value of setEnabled. When undefined, it uses the ValueHostConfig.initialEnabled and if that is undefined, it is enabled. Note that this value overrides any EnablerCondition that may be setup.
Optional
changeCounts the number of changes made to the Value thru setValue() and related functions. Increments with each call or sets it back to 0 when their option.Reset is true. When 0 or undefined, it means no changes have been made.
Optional
itemsStorage associated with ValueHost.saveIntoInstanceState/getFromInstanceState
Generated using TypeDoc v0.25.12
Elements of ValidatorsValueHostBase that are stateful based on user interaction