Extension Configuration
Summary
Extension Configuration PropertiesContent
An extension developer can define extension configurations to specify properties for Agent Browser UI extensions, which can be exposed through the Add-In Manager and Workspace Designer. This enables developers and site administrators to update the extension properties in the UI without modifying the code. The Extensiblity API exposed over globalContext can be used to fetch the property values from BUI. The getContainerContext API can be used to access workspace and server properties based on the extension from where it is invoked. The getExtensionContext API can be used to access the server configuration property values using the extension name. The extension
Tagged:
7