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
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.