Notifications
Clear all

[Closed] How to emit a NodeEvent to be caught by NodeEventCallback

 ILS

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

have you tried…

callbacks.broadcastCallback #preNodeUserPropChanged/#postNodeUserPropChanged

it’s not a Node Event per se but may trigger something you can catch

 ILS

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.