i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > records > IChartRecordBase > isLink

    records.IChartRecordBase.isLink() method

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

    Signature:

    isLink(): this is IChartLinkRecord;
    

    Returns:

    this is IChartLinkRecord

    true if the record is a link record; false otherwise.

    Introduced: version 1.0

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