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.