Home > @jsplumbtoolkit/browser-ui > SurfaceEdgeAddedParams
SurfaceEdgeAddedParams interface
Payload for an edge:added event from a surface.
Signature:
export interface SurfaceEdgeAddedParams
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| connection | Connection | ||
| edge | Edge | ||
| geometry | Geometry | ||
| source | Vertex | ||
| target | Vertex |