custom
custom<
T>(predicate,message):Validator<T>
Defined in: src/widgets/controls/validation.ts:103
Wraps a predicate; returns message when the predicate is false.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”predicate
Section titled “predicate”(v) => boolean
message
Section titled “message”string
Returns
Section titled “Returns”Validator<T>