i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    schema.IChartItemTypeBase.isEntityType() method

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

    Signature:

    isEntityType(): this is IChartEntityType;
    

    Returns:

    this is IChartEntityType

    true if the record is an entity item type; false otherwise.

    Introduced: version 1.1

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