Home > @i2analyze/notebook-sdk > schema > IStringLimitedValueType
schema.IStringLimitedValueType interface
A type that represents the constraints on a string value in a source reference.
Signature:
interface IStringLimitedValueType
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isMandatory? | readonly |
boolean | (Optional) Indicates whether the value is mandatory. |
maxStringLength | readonly |
data.ICharLimit | Gets the maximum number of characters that the string can contain. |