i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > chart > IChartChangeBase > type

    chart.IChartChangeBase.type property

    Gets the type of change (minor or major) made to the chart.

    Signature:

    readonly type: 'minor' | 'major';
    

    Returns: 'minor' | 'major'

    Introduced: version 1.0

    Remarks

    When a "minor" change takes place, the change reports the detail of the affected elements and records. When a "major" change takes place, the expectation is that client code reloads the whole chart.

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