React Common - Object Structures - DiagramMoveShapeArgs

Contains information about the processed shape.

newPosition

The new shape position (x- and y-coordinates) specified in units.

Type:

Array<Object>

The newPosition property contains the shape coordinates in the following format: {x:204,y:48}.

oldPosition

The previous shape position (x- and y-coordinates) specified in units.

Type:

Array<Object>

The oldPosition property contains the shape coordinates in the following format: {x:154,y:70}.

shape

The processed shape.