Join Slack
Communities
Powered by
Question: I've used Delegates.observable and Deleg...
# announcements
d
David Alford
07/27/2020, 6:03 PM
Question: I've used Delegates.observable and Delegates.vetoable several times. Is there a way to get both (such that I get a callback before and after the value changes)? If not, what would be the recommended alternative?
z
Zach Klippenstein (he/him) [MOD]
07/27/2020, 6:15 PM
just implement
get()
and
set(value)
manually, you can do whatever you want
2
Views
Open in Slack
Previous
Next