Watches the given path on the given object for the first change that causes the value of the watched property to be truthy.
See support/observableUtils!watch for more details.
The object to watch.
The property path to watch.
Optional
Optional. The options to use for watching the property.
Error if the object is not observable.
Error if the path is to a non-configurable property on an observable.
Watches the given path on the given object for the first change that causes the value of the watched property to be truthy.
See support/observableUtils!watch for more details.