#getSignalGraph update

3 messages · Page 1 of 1 (latest)

sharp stream
#

is there any way to be aware when any signal changes in the app? I'm trying to create a tree view of the signal graph, but that means I have to know when signals change to update the graph and use getSignalGraph again.
is there an API, a monkeypatch, anything I could do (instead of creating an effect for every signal) to get notified that the signal graph has changed?

austere meteor
#

consumerMarkedDirty on the reactive node is probably something you can play with

sharp stream