i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

    In this article
    Back to top © N. Harris Computer Corporation