i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > visual > IElementBase > isEdge

    visual.IElementBase.isEdge() method

    Tests whether the element is an edge; functions as a TypeScript typeguard.

    Signature:

    isEdge(): this is IEdge;
    

    Returns:

    this is IEdge

    true if the element is an edge; false otherwise.

    Introduced: version 1.0

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