IEndChangeEventArgs

23 Sep 20251 minute to read

IEndChangeEventArgs notifies when the connector end point is resized

Properties

cancel boolean

returns whether to cancel the change or not

connector ConnectorModel

returns the connector, the source / target point which is being dragged

newValue PointModel

returns the current point of the connector

oldValue PointModel

returns the previous point of the connector

sourceNode string

returns the source node of the element

sourcePort string

returns the source port of the element

state State

returns the state of connection end point dragging (starting, dragging, completed)

targetNode string

returns the target node of the element

targetPort string

returns the target port of the element