Home > @i2analyze/notebook-sdk > schema > IChartSchemaChange
schema.IChartSchemaChange interface
A change that has occurred to an i2 Notebook chart schema.
Signature:
interface IChartSchemaChange
Introduced: version 1.5
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
addedTypes | readonly |
data.IReadOnlyCollection<IChartItemType> | Gets the item types that were added to the schema. |
changedTypes | readonly |
data.IReadOnlyCollection<IChartItemType> | Gets the item types that were changed in the schema. |