Home > @i2analyze/notebook-sdk > schema > IPossibleValue
schema.IPossibleValue interface
A possible value for a property whose property type has a string-based logical type.
Signature:
interface IPossibleValue
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description? | readonly |
string | (Optional) Gets a description of the possible value. |
displayValue | readonly |
string | Gets the possible value in a form that is suitable for display. |
value | readonly |
string | Gets the possible value. |