SignalFunctionExtensions<T extends Object> extension
Utility extension on a getter function T Function() to instantly convert it into a Computed signal.
- on
-
- T Function()
Properties
-
$
→ Computed<
T> -
Available on T Function(), provided by the SignalFunctionExtensions extension
Return a cached, derived Computed<T> signal from this getter function.no setter