Home > @i2analyze/notebook-sdk > schema > ISourceReferenceSuggestedFromValueType
schema.ISourceReferenceSuggestedFromValueType interface
A type that represents the constraints on a suggested-from string value in a source reference.
Signature:
interface ISourceReferenceSuggestedFromValueType 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 |
'suggestedFromList' | Gets the logical type of the string value, indicating that it is a suggested-from string. |
maxStringLength | readonly |
data.ICharLimit | Gets the maximum number of characters that the string can contain. (Inherited from IStringLimitedValueType) |
possibleValues | readonly |
data.IReadOnlyCollection<IPossibleValue> | Gets the possible values for the string. Other values are allowed. |