Home > @i2analyze/notebook-sdk > schema > ISourceReferenceSelectedFromValueType
schema.ISourceReferenceSelectedFromValueType interface
A type that represents the constraints on a selected-from string value in a source reference.
Signature:
interface ISourceReferenceSelectedFromValueType
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isMandatory? | readonly |
boolean | (Optional) Indicates whether the value is mandatory. |
logicalType | readonly |
'selectedFromList' | Gets the logical type of the string value, indicating that it is a selected-from string. |
possibleValues | readonly |
data.IReadOnlyCollection<IPossibleValue> | Gets the possible values for the string. No other values are allowed. |