Skip to main content
Loading the Onset JavaScript library provides a JavaScript object that responds to several methods.

Show Widget

Show the widget window.
widget.openWidget();

Hide Widget

Hide the widget window if it is open.
widget.closeWidget();

Show Popup

Show the pop up window.
id
string | latest
ID of a release note to show in pop-up. Use “latest” to show the latest release.
widget.openPopup('latest');

Hide Popup

Hide the popup window if it is open.
widget.closePopup();