realue • Docs
realue / useRefList
useRefList<
T
>(...refList
):RefCallback
<T
> |null
Combines a list of refs into a single callable ref, updating the list of refs to the value it is called with.
• T
• ...refList: (undefined
| Ref
<T
>)[]
The list of refs to combine.
RefCallback
<T
> | null
Callable ref that updates the list of refs to the value it is called with.