value property
T
get
value
The current state of the reactive object.
Reading this property automatically registers the object as a dependency of the currently active observer (e.g., inside an LxComputed builder).
Implementation
T get value;