New to Kendo UI for Angular? Start a free 30-day trial
DiagramChangeEvent
The event arguments for the change event of the Diagram.
Name | Type | Default | Description |
---|---|---|---|
added |
|
The added shapes or connections to the Diagram. | |
meta? |
|
Additional metadata associated with the event. | |
nativeEvent? |
|
The native event that triggered the diagram event. | |
removed |
|
The removed shapes or connections from the Diagram. | |
sender |
|
The diagram instance that triggered the event. |