<static> getProperty(obj, prop) → {*}
Gets an objects property by string.
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to traverse. |
prop | string | The property whose value will be returned. |
Returns
* -
the value of the property or null if property isn't found .
- Source code: utils/Utils.js (Line 27)
Please login to continue.