EnumValidator {stencilaschema} | R Documentation |
A schema specifying that a node must be one of several values.
EnumValidator(id, meta, values)
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
values |
A node is valid if it is equal to any of these values. |
A list
of class EnumValidator