i2 Notebook SDK
Search results for

    Show/hide table of contents

    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

    In this article
    Back to top © N. Harris Computer Corporation