New to Kendo UI for Angular? Start a free 30-day trial
DiagramDragEvent
The event arguments for the drag
event of the Diagram.
Name | Type | Default | Description |
---|---|---|---|
connectionHandle? |
|
The handle being dragged, if applicable. | |
connections |
|
The connections being dragged. | |
meta? |
|
Additional metadata associated with the event. | |
nativeEvent? |
|
The native event that triggered the diagram event. | |
point |
|
The point where the event occurred, in diagram coordinates. | |
sender |
|
The diagram instance that triggered the event. | |
shapes |
|
The shapes being dragged. |