data
data copied to clipboard
Observing, pub/sub, or other events?
How do you observe model changes, so if the value of a property on a model changes, it triggers an event for (e.g.) DOM updates?
You can listen to different events on the graph.. like when an operation has been applied.. or when a property has been updated.
See: https://github.com/substance/data/blob/master/tests/004-graph-events.js