targetNodeIdObservable property

Observable<String?> get targetNodeIdObservable

Gets the MobX observable for the target node ID.

Use this when you need to observe target node changes in MobX reactions or computed values. For simple access, use targetNodeId instead.

Implementation

Observable<String?> get targetNodeIdObservable => _targetNodeId;