Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.onset.io/llms.txt

Use this file to discover all available pages before exploring further.

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();