You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discuss: Is it possible to automatically implement ticketing for classes where the user implements IReadOnlyTreeNode and enables the feature (checkbox in the class config)? The system would create new tickets whenever a property changed or a Children ticket changed. It might still be necessary to trigger the computation (at least in order to detect indirect hierarchical changes).
The text was updated successfully, but these errors were encountered:
gregsn
changed the title
Make Changed node be able to detect changes of mutating objects via ticketing
[Proposal] Make Changed node be able to detect changes of mutating objects via ticketing
Jul 15, 2023
check whether
IMutatingObject.Ticket
has changed.Discuss: Is it possible to automatically implement ticketing for classes where the user implements
IReadOnlyTreeNode
and enables the feature (checkbox in the class config)? The system would create new tickets whenever a property changed or a Children ticket changed. It might still be necessary to trigger the computation (at least in order to detect indirect hierarchical changes).The text was updated successfully, but these errors were encountered: