Function use_mutation_observer_with_options

Source
pub fn use_mutation_observer_with_options<El, M, F>(
    target: El,
    callback: F,
    options: UseMutationObserverOptions,
) -> UseMutationObserverReturn<impl Fn() + Clone + Send + Sync>
Expand description

Version of use_mutation_observer that takes a UseMutationObserverOptions. See use_mutation_observer for how to use.