ShowTable of Contents
ynConfig is a shortcut to read and set configuration settings.
Get configurations settings
ynConfig.get(name);
With:
name: the name of the configuration setting you want to get.
Notes:
Arrays are supported.
Set configuration settings
ynConfig.set(name, value);
With:
name: the name of the configuration setting you want the value to be stored to
value: the value to be stored
Notes:
Arrays are supported.