dojox.wire.Wire
dojo.require("dojox.wire.Wire");
defined in dojox/wire/Wire.js
If 'converter' property is specified and is a string for a converter class, an instanceof the converter class is created.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Arguments to initialize properties object: A root object (or another Wire to access a root object) property: A dotted notation to a descendant property type: A type of the return value (for the source Wire) |
FunctionsBack to top
Return a property value of an object
Set a property value to an object
PropertiesBack to top
converter object (or class name) to convert the return value (for the source Wire)