Home > @i2analyze/i2connect > schema > IEntityType
schema.IEntityType interface
An entity type.
Signature:
interface IEntityType extends IItemType
Extends: IItemType
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
id | string | Gets the identifier of the item type. (Inherited from IItemType) |
isLink | false | Indicates that the item type is an entity type. |
propertyTypes | TPropertyTypes | Gets all the property types of the item type. (Inherited from IItemType) |