Home > @i2analyze/notebook-sdk > records > IChartRecordBase > isLink
records.IChartRecordBase.isLink() method
Tests whether the record is a link record; functions as a TypeScript typeguard.
Signature:
isLink(): this is IChartLinkRecord;
Returns:
this is IChartLinkRecord
true
if the record is a link record; false
otherwise.
Introduced: version 1.0