Events support for the JavaScript SDK ⚡
timestamp1627983000000
It was requested and long-awaited by some of you. The Noticeable JavaScript SDK is now officially supporting events. You can register a listener and get notified asynchronously with events when users perform actions with Noticeable widgets.
You can register a listener as follows:
noticeable.on('widget:opened', widgetId, function(event) { ... })
We support the following event types:
widget:closed
widget:opened
widget:publication:comment:created
widget:publication:reaction:created
widget:publication:reaction:updated
widget:publication:unread_count:changed
widget:publication:unseen_count:changed
widget:ready
widget:refreshed
widget:rendering:aborted
widget:trigger:ready
widget:trigger:refreshed
widget:trigger_view:clicked
widget:trigger_view:mouse_entered
widget:trigger_view:mouse_left
widget:widget_view:mouse_entered
widget:widget_view:mouse_left
To learn more about the functions, parameters and values click on the next button.
Did you like this update?
Leave your name and email so that we can reply to you (both fields are optional):