Home > @i2analyze/notebook-sdk > visual > IElementBase > isNode
visual.IElementBase.isNode() method
Tests whether the element is a node; functions as a TypeScript typeguard.
Signature:
isNode(): this is INode;
Returns:
this is INode
true
if the element is a node; false
otherwise.
Introduced: version 1.0