Home > @i2analyze/notebook-sdk > schema > IChartSchema > getItemType
schema.IChartSchema.getItemType() method
Gets the item type in the chart schema that has the specified i2 Analyze type identifier.
Signature:
getItemType(analyzeItemTypeId: AnalyzeItemTypeId): IChartItemType;
Introduced: version 1.2
Parameters
Parameter | Type | Description |
---|---|---|
analyzeItemTypeId | AnalyzeItemTypeId | An i2 Analyze item type identifier. |
Returns:
The requested chart item type.
Exceptions
VerbatimError
if no chart item type has the specified i2 Analyze type identifier.