Function leptos_use::signal_throttled_with_options
source ยท pub fn signal_throttled_with_options<S, T>(
value: S,
ms: impl Into<MaybeSignal<f64>> + 'static,
options: ThrottleOptions,
) -> Signal<T>
Expand description
Version of
signal_throttled
that accepts
ThrottleOptions
.
See
signal_throttled
for how to use.