resizingNodeId property

String? get resizingNodeId

Gets the ID of the node currently being resized (package-private).

Works for both regular nodes and annotations since Annotation extends Node. Returns null if no resize operation is in progress.

Implementation

String? get resizingNodeId => interaction.currentResizingNodeId;