Watches the given path on the given object and invokes the callback when the value of the property becomes truthy.
If the value of the property is already truthy, the callback will be invoked immediately.
The object to watch.
The property path to watch.
The callback to invoke when the property becomes truthy.
Optional
Optional. The options to use for watching the property.
Watches the given path on the given object and invokes the callback when the value of the property becomes truthy.
If the value of the property is already truthy, the callback will be invoked immediately.