Abstract
Input value type.
Readonly
Abstract
readAn AfterEvent
keeper of input validation result.
An [AfterEvent__symbol]
property is an alias of this one.
Static
[Input validation aspect.
Abstract
byValidates the input using the given validators.
Messages sent by each registered validator are handled independently. This means that every time the event received from validator, it replaces the list of validation messages reported previously by the same validator. But it never affects messages received from other validators.
Rest
...validators: InValidator<TValue>[]Input validators to use.
Validators supply. Removes validators and their messages once cut off.
Generated using TypeDoc
Validation aspect of the input.
Reports validation messages sent by registered validators. To register validator call a
InValidation.by()
method.Implements an
EventKeeper
interface by sending validation result whenever validation messages reported.A validation aspect of converted control reports all messages from original control in addition to its own.
A validation aspect of input controls container reports all messages from nested controls in addition to its own.