Vue Diagram - DiagramMoveShapeArgs

Contains information about the processed shape.

import { dxDiagramMoveShapeArgs } from "devextreme/ui/diagram"

newPosition

The new shape position.

Selector: DxNewPosition
Type:

Object

oldPosition

The previous shape position.

Selector: DxOldPosition
Type:

Object

shape

The processed shape.

Selector: DxShape