Function: setGlobalConfig()
function setGlobalConfig(config): void;
Partially sets the current global config.
Parameters
| Parameter | Type | Description |
|---|---|---|
config | Partial<GlobalConfig> | Partial object with the new configurations. Options not included in the object won't be changed. |
Returns
void