The type of the value
Readonly[Readonly[ReadonlychangesStream of value changes (does not include current value)
ReadonlygetGet the current value
ReadonlysetSet the signal to a new value
ReadonlyupdateUpdate the signal value using a function
ReadonlyvaluesStream of all values (current value followed by changes)
A mutable reactive value that extends Readable with write capabilities.