SyntaxFix
Write A Post
Hire A Developer
Questions
You can't call something on the entire viewModel, but on an individual observable you can call myObservable.valueHasMutated() to notify subscribers that they should re-evaluate. This is generally not necessary in KO, as you mentioned.
myObservable.valueHasMutated()