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