Public getter for nodesByIDMap Following the pattern from existing-app-cdf to avoid MobX deep conversion issues
Public setter for nodesByIDMap Direct assignment bypasses MobX's accessor deep conversion
Get the list of nodes from the store
The list of nodes
Releases this store's entity subscriptions. Called by ESPCDF.dispose.
ESPCDF.dispose
Set the list of nodes in the store.
The list of nodes to set
Public getter for nodesByIDMap Following the pattern from existing-app-cdf to avoid MobX deep conversion issues