i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > schema > IChartItemTypeBase > isLinkType

    schema.IChartItemTypeBase.isLinkType() method

    Tests whether the item type is a link item type; functions as a TypeScript typeguard.

    Signature:

    isLinkType(): this is IChartLinkType;
    

    Returns:

    this is IChartLinkType

    true if the item type is a link item type; false otherwise.

    Introduced: version 1.1

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