i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    chart.IChartChangeMinor.type property

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

    Signature:

    readonly type: 'minor';
    

    Returns: 'minor'

    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