i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > PropertyType

    spi.PropertyType type

    A property type of an item type from an i2 Analyze schema.

    Signature:

    export type PropertyType = {
        displayName?: string;
        logicalType?: LogicalType;
        semanticTypeId?: SemanticTypeIdentifier;
      };
    

    References: LogicalType, SemanticTypeIdentifier

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