Skip to main content

Interface: CellsChangedEvent

Event data for diagram cells changed event.

Properties

PropertyModifierTypeDescription

changedElement?

readonly

Element

Specific element was added or removed.

changedLinks?

readonly

readonly Link[]

Specific links were added or removed.

updateAll

readonly

boolean

If true, it should be assumed that many elements or links were added or removed at the same time, and any caches based on the diagram content should be completely re-computed.