A context object passed around during validation. This includes the Rule.custom context.
Rule.custom
e.g.
Rule.custom((_, validationContext) => { // ...})` Copy
Rule.custom((_, validationContext) => { // ...})`
Internationalization utilities, for translation of validation messages
See LocaleSource for details.
A context object passed around during validation. This includes the
Rule.custom
context.e.g.