Home > @i2analyze/i2connect > schema > ILinkType
schema.ILinkType interface
A link type.
Signature:
interface ILinkType 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 | true | Indicates that the item type is a link type. |
| propertyTypes | TPropertyTypes | Gets all the property types of the item type. (Inherited from IItemType) |