Lines Matching defs:set
44 * @method set
49 * to set the value of a property within the object (e.g. <code>set("x.y.z", 5)</code>).
51 * @param {Any} value The value to set the attribute to.
55 * can be used as a flexible way to identify the source of a call to set, allowing
56 * the developer to distinguish between set called internally by the host, vs.
57 * set called externally by the application developer.
61 set : function(name, val, opts) {
66 * Allows setting of readOnly/writeOnce attributes. See <a href="#method_set">set</a> for argument details.
73 * @param {Any} val The value to set the attribute to.