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.