Home > @i2analyze/notebook-sdk > data > PropertyValue
data.PropertyValue type
A value for a property of a record.
Signature:
type PropertyValue = boolean | number | string | ILocalDate | ILocalTime | IZonedDateTime | IGeoPoint | IDecimal;
References: ILocalDate, ILocalTime, IZonedDateTime, IGeoPoint, IDecimal
Introduced: version 1.0
Remarks
Property values are constrained to the types that are listed in the definition.