to (path) Ember.Binding
public
This will set the to
property path to the specified value. It will not attempt to resolve this property path to an actual object until you connect the binding.
The binding will search for the property path starting at the root object you pass when you connect()
the binding. It follows the same rules as get()
- see that method for more information.
Parameters:
-
path
String|Tuple
- A property path or tuple.
Returns:
-
Ember.Binding
- `this`
Please login to continue.