I\'m using KnockoutJS version 2.0.0
If I\'m looping through all properties of an object, how can I test whether each property is a ko.observable? Here\
ko.observable
Knockout has the following function which I think is what you are looking for:
ko.isObservable(vm[key])