i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > data > PropertyValueType

    data.PropertyValueType type

    The permitted types (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> = records.LogicalTypeValueTypeMap<TPropertyType>[TPropertyType['logicalType']];
    

    References: schema.IPropertyType, records.LogicalTypeValueTypeMap

    Introduced: API version 1.0

    Type Parameters

    Parameter Type Description
    TPropertyType extends schema.IPropertyType The type to evaluate.
    In this article
    Back to top © N. Harris Computer Corporation (2022)