Function signal_throttled_local_with_options

Source
pub fn signal_throttled_local_with_options<S, T>(
    value: S,
    ms: impl Into<Signal<f64>> + 'static,
    options: ThrottleOptions,
) -> Signal<T, LocalStorage>
where S: Into<Signal<T, LocalStorage>>, T: Clone + 'static,
Expand description

Version of signal_throttled_local that accepts [ThrottledOptions] . See signal_throttled_local for how to use.