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. |