An interface describing the 'Character Code Constraints Attribute' object.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
min | number | <optional> | The minimum character code of a character-set. |
max | number | <optional> | The maximum character code of a character-set. |
range | Array.<Array.<number>> | <optional> | A range of minimum and maximums or single character codes of a character-set. |