Home > @i2analyze/i2connect > schema > IPropertyType
schema.IPropertyType interface
A property type.
Signature:
interface IPropertyType
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
id | string | Gets the identifier of the property type. |
logicalType | data.LogicalType | Gets the logical type of the value of a property that has the property type. |
possibleValues? | readonly IPossibleValue[] | (Optional) Gets the possible values that the property type defines, which are present only when logicalType is suggestedFromList or selectedFromList . |