i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > schema > IItemType

    schema.IItemType interface

    A set of information that is common to all entity and link types.

    Signature:

    interface IItemType<TPropertyTypes = Record<string, IPropertyType>> 
    

    Introduced: API version 1.0

    Type Parameters

    Parameter Type Description
    TPropertyTypes any(default: Record<string, IPropertyType>) The types of the properties of a record that has the item type.

    Properties

    Property Type Description
    id string Gets the identifier of the item type.
    propertyTypes TPropertyTypes Gets all the property types of the item type.
    In this article
    Back to top © N. Harris Computer Corporation