Function leptos_use::watch_throttled_with_options
source ยท pub fn watch_throttled_with_options<W, T, DFn, CFn>(
deps: DFn,
callback: CFn,
ms: f64,
options: WatchThrottledOptions,
) -> impl Fn() + Clone
Expand description
Version of watch_throttled
that accepts WatchThrottledOptions
. See watch_throttled
for how to use.