Có thể loại trực tiếp để nhận được giá trị hiện tại của một giá trị có thể quan sát được trong một đăng ký cho có thể quan sát đó, trước khi nó nhận được giá trị mới không?
Thí dụ:
this.myObservable = ko.observable();
this.myObservable.subscribe(function(newValue){
//I'd like to get the previous value of 'myObservable' here before it's set to newValue
});
this
viết tắt ở đây?