Home > @jsplumbtoolkit/browser-ui > SurfaceVertexMoveStartParams
SurfaceVertexMoveStartParams interface
Payload for the node:move:start event that is fired when a node/group has just begun to be moved.
Signature:
export interface SurfaceVertexMoveStartParams
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| domEl | Element | ||
| elementId | string | ||
| originalPosition? | PointXY | (Optional) | |
| pos | PointXY | ||
| vertex | Node | Group |