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