Home > @i2analyze/notebook-sdk > chart > IChartChangeMajor > type
chart.IChartChangeMajor.type property
Gets the type of change (minor or major) made to the chart.
Signature:
readonly type: 'major';
Returns: 'major'
Remarks
The type field is always "minor" in current versions. The distinction between major and minor changes has been removed. This field will be removed in the next major release.