set (obj, keyName, value) Object
public
Sets the value of a property on an object, respecting computed properties and notifying observers and other listeners of the change. If the property is not defined but the object implements the setUnknownProperty
method then that will be invoked as well.
Parameters:
-
obj
Object
- The object to modify.
-
keyName
String
- The property key to set
-
value
Object
- The value to set
Returns:
-
Object
- the passed value.
Please login to continue.