React Diagram - DiagramMoveShapeArgs

Contains information about the processed shape.

import { dxDiagramMoveShapeArgs } from "devextreme/ui/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