BoomiPlugin()
BoomiPlugin(
Stores the initial plugin configuration and (asynchronously) kicks off loading of an external configuration file, if provided. Call this once before RenderComponent.
Parameters
The base plugin configuration.
Returns
Example
BoomiPlugin({
apiBaseUrl: 'https://api.example.com',
accountGroup: 'my-group',
theme: { allowThemes: true, defaultTheme: 'boomi' },
configFile: '/boomi.config.js'
});
Was this topic helpful?