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