Notifications
Clear all
[Closed] How to emit a NodeEvent to be caught by NodeEventCallback
Nov 05, 2020 3:35 pm
I want to emit a Node Event preferably userPropertiesChanged from a custom attribute that can be caught by the NodeEventCallback.
Is this possible, or am I missing something in the docs.
2 Replies
Nov 05, 2020 3:35 pm
have you tried…
callbacks.broadcastCallback #preNodeUserPropChanged/#postNodeUserPropChanged
it’s not a Node Event per se but may trigger something you can catch
Nov 05, 2020 3:35 pm
unfortunately this method won’t work as the callback returns undefined for callbacks.notificationParam()
Interestingly using any script to change node user prop won’t trigger the callback, only changing through interface will.