Home > @i2analyze/i2connect > schema > IPossibleValue
schema.IPossibleValue interface
A possible value for a property whose property type has a string-based logical type.
Signature:
interface IPossibleValue
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
displayValue | string | Gets the possible value in a form that is suitable for display. |
value | string | Gets the possible value. |