currentResizingNodeId property
String?
get
currentResizingNodeId
Gets the ID of the node currently being resized.
Returns null if no resize operation is in progress. Works for both regular nodes and annotations.
Implementation
String? get currentResizingNodeId => resizingNodeId.value;