selectedNodeIdsObservable property
ObservableSet<String>
get
selectedNodeIdsObservable
Gets the selected node IDs observable set for reactive UI updates.
Use this when you need to observe selection changes in MobX Observer widgets.
Implementation
ObservableSet<String> get selectedNodeIdsObservable => _selectedNodeIds;