Skip to main content

EdgeSourceChangedParams

Payload for the event fired when an edge source is changed.

Extends

Properties

edge

edge: Edge

Edge that was updated

Inherited from

EdgeVertexChangedParams.edge


new?

optional new: PointXY | Vertex

Current source/target

Inherited from

EdgeVertexChangedParams.new


old?

optional old: PointXY | Vertex

Previous source/target/position

Inherited from

EdgeVertexChangedParams.old


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.

Inherited from

EdgeVertexChangedParams.source


success

success: boolean

Whether or not the operation was successful

Inherited from

EdgeVertexChangedParams.success