Function
Initialize properties
If object properties or array elements specified in 'children' property are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance.
Arguments to initialize properties children: An object or array containing child Wires
Function
A root object
Return an object with property values or an array with element values
This method calls getValue() method of the child Wires with 'object' argument and returns an object with the values as properties or an arary of the values as elements.
An object or array with values
Object||Array
Function
A root object
An object or array with values to set
Set an object properties or an array elements to an object desription: This method calls setValues() method of the child Wires with a corresponding property or element in 'value' argument and 'object' argument.
'object'
Object||Array
Function
An object or array containing child Wires
Initialize child Wires
If object properties or array elements specified in 'children' argument are not Wires, Wires are created from them as arguments, with 'parent' property set to this Wire instance.
undefined
Object
Object