Skip to main content
SurfaceEdgeAddedParams
Payload for an edge:added event from a surface.
NameTypeDescription
addedByMousebooleanTrue if the edge was added via the mouse (or touch events), false if added programmatically
connectionConnection<BrowserElement>Connection representing the edge in the UI
edgeEdgeThe edge that was added
geometryGeometryAssociated geometry, may be null
sourceVertexSource vertex for the new edge
targetVertexTarget vertex for the new edge