React Diagram - DiagramMoveShapeArgs

Contains information about the processed shape.

import { DiagramTypes } from "devextreme-react/diagram"

newPosition

The new shape position.

Selector: NewPosition
Type:

Object

oldPosition

The previous shape position.

Selector: OldPosition
Type:

Object

shape

The processed shape.

Selector: Shape