Const
true if the value is a reactive object.
The code should not rely on "liveness" of the object. Better way would be to check the type of the object or if object is mutable.
Deprecated
The code should not rely on "liveness" of the object. Better way would be to check the type of the object or if object is mutable.