resizingNodeId property

Observable<String?> resizingNodeId
final

Observable ID of the node currently being resized.

This works for both regular nodes and annotations since Annotation extends Node. Null when no resize operation is in progress.

Implementation

final Observable<String?> resizingNodeId = Observable<String?>(null);