dojox.wire.Wire._getPropertyValue
dojo.require("dojox.wire.Wire");
defined in dojox/wire/Wire.js
A value for 'property' of 'object' is returned. If 'property' ends with an array index, it is used to indentify an element of an array property. If 'object' implements getPropertyValue(), it is called with 'property' to obtain the property value. If 'object' implements a getter for the property, it is called to obtain the property value.
parameter | type | description |
---|---|---|
object | Object|Array | A default root object |
property | String | A property name |