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