DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

DiagramResizeShapeArgs

Contains information about the processed shape.

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

newSize

The new shape size.

Type:

Object

oldSize

The previous shape size.

Type:

Object

shape

The processed shape.

Type: dxDiagramShape