Home > @i2analyze/i2connect > utility > PropertyValueType
utility.PropertyValueType type
The permitted type (for example, string
, number
, or boolean
) for the value of a property that has the specified property type.
Signature:
type PropertyValueType<TPropertyType extends schema.IPropertyType> = LogicalTypeValueTypeMap<TPropertyType>[TPropertyType['logicalType']];
References: schema.IPropertyType, LogicalTypeValueTypeMap
Introduced: API version 2.0
Type Parameters
Parameter | Type | Description |
---|---|---|
TPropertyType | extends schema.IPropertyType | The property type to evaluate. |