Home > @i2analyze/notebook-sdk > schema > IChartItemTypeBase > getPropertyType
schema.IChartItemTypeBase.getPropertyType() method
Gets the property type that has the specified i2 Analyze type identifier.
Signature:
getPropertyType(analyzePropertyTypeId: AnalyzePropertyTypeId): IChartPropertyType;
Introduced: version 1.2
Parameters
Parameter | Type | Description |
---|---|---|
analyzePropertyTypeId | AnalyzePropertyTypeId | An i2 Analyze property type identifier. |
Returns:
The requested property type.
Exceptions
VerbatimError
if the item type does not contain a property type that has the specified i2 Analyze type identifier.