targetPortIdObservable property

Observable<String?> get targetPortIdObservable

Gets the MobX observable for the target port ID.

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

Implementation

Observable<String?> get targetPortIdObservable => _targetPortId;