Home > @i2analyze/notebook-sdk > chart > IChartChangeMinor > elements
chart.IChartChangeMinor.elements property
Gets the visual elements that changed.
Signature:
readonly elements: {
readonly added: data.IReadOnlyCollection<visual.IElement>;
readonly changed: data.IReadOnlyCollection<visual.IElement>;
readonly removed: data.IReadOnlyCollection<visual.ElementId>;
};
Returns: { readonly added: data.IReadOnlyCollection<visual.IElement>; readonly changed: data.IReadOnlyCollection<visual.IElement>; readonly removed: data.IReadOnlyCollection<visual.ElementId>; }
Introduced: version 1.0
Remarks
An element changes if its visual representation or its underlying record data changes.