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