Introduction to the UI Events Framework

The UI Events Framework is a JavaScript framework that you can use with a third-party application to interact with the Fusion application.

The framework has dedicated APIs to listen to events generated from the the Fusion application and perform operations inside the Fusion application. The UI Events Framework manages these events and operations. For example, an input Text Field in the Fusion application can be updated from a third-party application through a UI Events Framework operation named setFieldValue. You can also subscribe to events such as field-value changes, so that whenever the field's value change occurs in the Fusion application, the callback function registered from the third party application is executed with the new and the old values of the field. More examples of what UI Events Framework can do follow.