Search results

IEndChangeEventArgs API in JavaScript Diagram API control

IEndChangeEventArgs notifies when the connector end point are resized

Properties

cancel

boolean

returns whether to cancel the change or not

connector

ConnectorModel

returns the connector, the target point of which is being dragged

newValue

PointModel

returns the current target node of the element

oldValue

PointModel

returns the previous target node of the element

sourceNode

string

returns the source node of the element

sourcePort

string

returns the source port of the element

state

string

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