Activating Atoti ISDA-SIMM
- Download and set up the latest version of the Atoti UI starter application. See the Atoti UI tutorial here.
-
To activate Atoti ISDA-SIMM, make the following changes:
In
package.json:Inindex.tsx:Inenv.development.jsandenv.production.js, ensure the following exist:- A server used as the Content Server
- An Atoti ISDA-SIMM server with the key “SIMM”
- Build and run the starter, now with the Atoti ISDA-SIMM features enabled.
Configuring Atoti ISDA-SIMM
The example above activates Atoti ISDA-SIMM with a default configuration and default settings. Here’s how to modify them.Change the configuration
Theconfiguration parameter is the entry-point to configuring the Atoti UI “host application”. It is supplied to the activate function that modifies it to add the Atoti ISDA-SIMM features. If you want to make changes like adding or removing a plugin, changing the application’s title or adding an HOC, you can modify the configuration object after invoking activate.
For example:
Change the settings
Theactivate function accepts a settings and a basSettings argument to let you configure the Atoti ISDA-SIMM features and the BAS features respectively.
You can use the default values exported from the SDK as an override basis:
- Atoti ISDA-SIMM settings, see UI settings.
- BAS settings, see UI Components.