Skip to content

ResizeActionState

State tracking a node resize operation in progress.

resizingNode: Node

Reference to the node being resized.


startHeight: number

Initial height of the node before resize.


startNodePositionX: number

Initial X position of the node in diagram space.


startNodePositionY: number

Initial Y position of the node in diagram space.


startWidth: number

Initial width of the node before resize.


startX: number

Initial X coordinate in screen space where the resize started.


startY: number

Initial Y coordinate in screen space where the resize started.