The original list of arguments that was passed to the validator.
range(1, 99) #=> args = [1, 99]
The error message string or function that resolves to a string.
The validation's type that must be used. This is useful so custom validators can override built-in validators.
Generated using TypeDoc
The original list of arguments that was passed to the validator.
range(1, 99) #=> args = [1, 99]