Client
reactiveVar.set(newValue)
Sets the current value of the ReactiveVar, invalidating the Computations that called get
if newValue
is different from the old value.
Arguments
- newValue Any
reactiveVar.set(newValue)
Sets the current value of the ReactiveVar, invalidating the Computations that called get
if newValue
is different from the old value.
Please login to continue.