Experimental
Optional
options: ReactiveOptions<T>Experimental
Creates a new linked signal derived from the given source.
While the source remains the same, the linked signal can be changed freely. If the source changes, the linked signal will be reset.
The reset
function determines the new value during initialization or after the source has changed.
Optional
options: ReactiveOptions<T>
Creates a new linked signal derived from the given source.
The linked signal's value defaults to the source's value. While the source remains the same, the linked signal can be changed freely. If the source changes, the linked signal will be reset.