pub fn signal_throttled_local_with_options<S, T>(
value: S,
ms: impl Into<Signal<f64>> + 'static,
options: ThrottleOptions,
) -> Signal<T, LocalStorage>
Expand description
Version of
signal_throttled_local
that accepts
[ThrottledOptions
]
.
See
signal_throttled_local
for how to use.