Home > @i2analyze/i2connect > services > ICharLimit
services.ICharLimit interface
A constraint on the length of a string value.
Signature:
interface ICharLimit
Introduced: API version 1.0
Properties
| Property | Type | Description |
|---|---|---|
| maxLength | number | Gets the maximum length of the string. |
| maxLengthUnits | CharLimitUnits | Gets the units in which to interpret maxLength. |