Skip to main content

EdgeVertexChangedParams

Superclass for edge target changed/edge source changed payloads.

Extended by

Properties

edge

edge: Edge

Edge that was updated


new?

optional new: PointXY | Vertex

Current source/target


old?

optional old: PointXY | Vertex

Previous source/target/position


source?

optional source: VisuallyJsRenderer<any>

The UI in which this operation occurred. Not set if the operation was as a result of a programmatic call to the model.


success

success: boolean

Whether or not the operation was successful