Wymuś uruchomienie obliczonej funkcji właściwości

Biorąc pod uwagę obliczoną właściwość vm.checkedValueCount = ko.computed(function(){ var observables = getCurrentValues(); //an array of ko.observable[] return _.filter(observables, function(v) { return v() }).length; }); załóżmy, że getCurrentValues ​​() może zwracać różne zestawy...