oneOf
oneOf<
T>(allowed,message?):Validator<T>
Defined in: src/widgets/controls/validation.ts:98
Fails when the value isn’t one of allowed.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”allowed
Section titled “allowed”T[]
message?
Section titled “message?”string = "Not an allowed value"
Returns
Section titled “Returns”Validator<T>