Home > @i2analyze/notebook-sdk > schema > IChartItemTypeBase > isEntityType
schema.IChartItemTypeBase.isEntityType() method
Tests whether the item type is an entity item type; functions as a TypeScript typeguard.
Signature:
isEntityType(): this is IChartEntityType;
Returns:
this is IChartEntityType
true
if the record is an entity item type; false
otherwise.
Introduced: version 1.1