SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

how to access $rawData #63

Open chuliangyu opened 7 years ago

chuliangyu commented 7 years ago

In knockout 3.0+, for observable arrays, in the foreach binding, you can use $rawData to get a two way bound variable.

But it does not seem to work with ko.track. How to access the equivalence of $rawData in ko.track modified object?