Home > @i2analyze/notebook-sdk > chart > IChartChangeBase > type
chart.IChartChangeBase.type property
Warning: This API is now obsolete.
This field will be removed in the next major release. All changes now report detailed affected elements and records.
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
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.