Skip to main content

Function: setGlobalConfig()

function setGlobalConfig(config): void;

Partially sets the current global config.

Parameters​

ParameterTypeDescription
configPartial<GlobalConfig>Partial object with the new configurations. Options not included in the object won't be changed.

Returns​

void