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