Waiting for engine...
Skip to main content

BoomiPlugin()

BoomiPlugin(

config: PluginConfig
):
void

Stores the initial plugin configuration and (asynchronously) kicks off loading of an external configuration file, if provided. Call this once before RenderComponent.

Parameters

config

The base plugin configuration.

Returns

void

Example

BoomiPlugin({
apiBaseUrl: 'https://api.example.com',
accountGroup: 'my-group',
theme: { allowThemes: true, defaultTheme: 'boomi' },
configFile: '/boomi.config.js'
});
On this Page