O3 Framework / oneOf
oneOf(
allowedValues):Validator
Defined in: packages/framework/esm-config/src/validators/validators.ts:62
Verifies that the value is one of the allowed options.
The list of allowable values
any[] |
readonly any[] |
A validator function that checks if a value is in the allowed list.