<static> setProperty(obj, prop) → {object}
Sets an objects property by string.
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to traverse |
prop | string | The property whose value will be changed |
Returns
object -
The object on which the property was set.
- Source code: utils/Utils.js (Line 60)
Please login to continue.