Home > @i2analyze/notebook-sdk > schema > IChartEntityTypeData
schema.IChartEntityTypeData interface
A set of data for creating a custom entity type.
Signature:
interface IChartEntityTypeData 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) |
icon | readonly |
string | Gets the name of the icon for the custom entity type. |
propertyTypes? | readonly |
Iterable<IPropertyTypeData> | (Optional) Gets the property types for the custom item type. (Inherited from IChartItemTypeDataBase) |