WritableSignal
interface
A Signal with a value that can be mutated via a setter interface.
set
voidDirectly set the signal to a new value, and notify any dependents.
@paramvalue
T@returns
voidupdate
voidUpdate the value of the signal based on its current value, and notify any dependents.
@paramupdateFn
(value: T) => T@returns
voidJump to details

