I would like to access the click action for a bookmark and store a message.
Then I want another widget subscribe to the message and listen for changes.
If (changed) && message == "abc" then
do this in widget (not bookmark widget)
I have checked API documentation, Exp Builder, Samples, and Community posts. I cannot find how to subscribe to the click event or extend the click event to include the message logic. Can anyone help? Any help will be appreciated.
Thanks in advance.