Type Alias: ValidationRuleSettings
ValidationRuleSettings =
object
The validation rule settings.
Properties
args?
optionalargs:Record<string,any>
Arguments of the validation rule.
key
key:
string
The unique key of the validation rule. The key is unique within the value type.
type?
optionaltype:ValidatorType
The type of validator.
validateWhen?
optionalvalidateWhen:ComponentProperty
The property that determines when validation needs to be performed.