Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.png)
Returns the original (non-observable) object is returned if the specified object is an observable proxy,
Syntax
var object = WinJS.Binding.unwrap(data);
Parameters
data
Type: objectThe object for which to retrieve the original value.
Return value
Type: Object
If the specified object is an observable proxy, the original object is returned, otherwise the same object is returned.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |