Members
-
properties :SettingsProps
-
Description
Tree of settings values.Details
Methods
-
get( path ) → {*}
-
Description
Get a value at a specific path.Parameters
Name Type Description path
string | number | Array.<(string|number)> Path to the value to get. Returns
Details
-
set( path, value ) → {this}
-
Description
Defines a value at a specific pathParameters
Name Type Description path
string | number | Array.<(string|number)> Path to the value to set. value
* New value to set. Returns
Details
-
merge( settings ) → {this}
-
Description
Merges a new settings object within the Settings instance.Parameters
Name Type Description settings
SettingsProps New settings object to merge with the current object of the Settings instance. Returns
Details