Home > @jsplumbtoolkit/browser-ui > SurfaceVertexAddedParams
SurfaceVertexAddedParams interface
Payload for a node:added or group:added event from the Surface.
Signature:
export interface SurfaceVertexAddedParams
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| el | Element | ||
| id | string | ||
| pos? | PointXY | (Optional) | |
| vertex | Node | Group |