Can I make my SwiftUI View aware of the circumstances that caused an update to a @Binding property?
Summary
I’m using SwiftUI to synchronize a property on a View with an observable object, but I’m losing critical details about the origin of the updates that get sent from the observable object to the View.