Functiondojox.wire.Wire._setPropertyValue

dojo.require("dojox.wire.Wire");
defined in dojox/wire/Wire.js

'value' is set to 'property' of 'object'. If 'property' ends with an array index, it is used to indentify an element of an array property to set the value. If 'object' implements setPropertyValue(), it is called with 'property' and 'value' to set the property value. If 'object' implements a setter for the property, it is called with 'value' to set the property value.

Usage

function (/*Object|Array*/ object, /*String*/ property, value) (view source)
parametertypedescription
objectObject|ArrayAn object
propertyStringA property name
value A value to set