Home > @i2analyze/notebook-sdk > schema > IChartLinkTypeData
schema.IChartLinkTypeData interface
A set of data for creating a custom link type.
Signature:
interface IChartLinkTypeData extends IChartItemTypeDataBase
Extends: IChartItemTypeDataBase
Introduced: version 1.6
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayName | readonly |
string | Gets the display name for the custom item type. (Inherited from IChartItemTypeDataBase) |
propertyTypes? | readonly |
Iterable<IPropertyTypeData> | (Optional) Gets the property types for the custom item type. (Inherited from IChartItemTypeDataBase) |