Type Alias UseBindingEffectCallback<DependenciesT>

UseBindingEffectCallback: (
    bindingValues: InferBindingValueTypes<DependenciesT>,
    bindings: DependenciesT,
) => void

Called when the associated bindings change, depending on the options provided to useBindingEffect.

Type Parameters

Type declaration