value property

T get value

The current state of the reactive object.

Reading this property automatically registers the object as a dependency for the active observer (e.g., inside an LxComputed or LWatch build).

Implementation

T get value;