Watches the given path on the given object for the first change.
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.
Optional signal to abort. The promise will be rejected if the signal is aborted.
Error if the object is not observable.
Error if the path is to a non-configurable property.
Error if the path is not a valid property path.
Watches the given path on the given object for the first change.
See support/observableUtils!watch for more details.