Const
The symbol to generate a validation rule from rule builder. Used by rule builders to convert themselves into validation rules.
class MinLengthRule { [VALIDATION]() { return { rule: minLengthRule, options: this.length } }} Copy
class MinLengthRule { [VALIDATION]() { return { rule: minLengthRule, options: this.length } }}
The symbol to generate a validation rule from rule builder. Used by rule builders to convert themselves into validation rules.