You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isDependency - return whether an observable is a dependency in current evaluation
isInitial - is this the first evaluation of the computed?
didChange - if the given observable was previously a dependency, return whether this evaluation was due to a change in that observable (only really useful when the computed is used as a reactor) see react to changes of specific observables within computed #22
computed - the current computed observable
The text was updated successfully, but these errors were encountered:
ko.computedContext can include some public functions such as
The text was updated successfully, but these errors were encountered: