Load the UI Events Framework inside the third-party application

For an external application to interact with the Fusion application, the application must have the UI Events Framework library file added.

The library file is available at https://static.oracle.com/cdn/ui-events-framework/libs/ui-events-framework-client.js.

To add the UI Events Framework library file to the external application, you can use any native method of loading scripts into an HTML file.such as loading the library file in an HTML using the script tag like this example:
<script src="https://static.oracle.com/cdn/ui-events-framework/libs/ui-events-framework-client.js"></script>
Type declarations are available in uiEventsFramework.d.ts. Add this file to the TypeScript project for type checking. Once the library is loaded in the external application, following object will be available in the application's DOM.
CX_SVC_UI_EVENTS_FRAMEWORK.uiEventsFramework

You can use APIs exposed over this object to interact with the Fusion application and other Fusion applications.