i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ItemType

    spi.ItemType type

    An item type from an i2 Analyze schema.

    Signature:

    export type ItemType = {
        displayName?: string;
        propertyTypes?: Record<string, PropertyType>;
        semanticTypeId?: string;
        typeId?: string;
        typeLocation?: TypeLocation;
      };
    

    References: PropertyType, TypeLocation

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