A reactive value that can be read and observed for changes.
The type of the value
Readonly
Stream of value changes (does not include current value)
Get the current value
Stream of all values (current value followed by changes)
A reactive value that can be read and observed for changes.