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