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