EnumValidator {stencilaschema} | R Documentation |
A schema specifying that a node must be one of several values.
Description
A schema specifying that a node must be one of several values.
Usage
EnumValidator(id, meta, values)
Arguments
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. |
Value
A list
of class EnumValidator
See Also
[Package stencilaschema version 1.0.0 Index]