Returns a readonly version of this signal. Readonly signals can be accessed to read their value but can't be changed using set or update methods. The readonly signals do not have any built-in mechanism that would prevent deep-mutation of their value.
Removes all retained undo and redo values without changing the current value.
Restores the next value in the redo history. Returns whether a value was restored.
Restores the most recent prior value. Returns whether a value was restored.
A writable HistorySignal.