rbind(r, obj)
Bind the object obj to the reactive variable r.
obj
r
Return void.
void
let a = ? rbind(a, 100) ?a // 100 rget(a) // 100 rbind(a, 200) //> error: cannot rebind reactive variable to a new value
Core Module Index | Contents