ConstantValidator {stencilaschema} | R Documentation |
A validator specifying a constant value that a node must have.
Description
A validator specifying a constant value that a node must have.
Usage
ConstantValidator(id, meta, value)
Arguments
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
value |
The value that the node must have. |
Value
A list
of class ConstantValidator
See Also
[Package stencilaschema version 1.0.0 Index]