Returns true
if tracked sub-properties of oldValue
are different from
(or not present in) the newValue
. oldValue
must be either the
value
parameter of watch
(or one of the values
of watchAll
) or
a sub-object of it.
true
if tracked properties are different, otherwise - false
.
value
argument of watch
/watchAll
or its sub-object.
any object or primitive to compare against.
Unwraps the result derived from the input value proxy.
The result
object may contain proxies if sub-objects of the input value
proxy were put into the derived data as they are. This method will replace
all proxy occurences with their underlying object's value so that the
final result is proxy-free.
The result without proxies in any of its deep sub-properties.
The derived result object that might contain proxies in its sub-properties.
Generated using TypeDoc
API interface for
watcher
property ofWatchResult
andWatchAllResult
.