react-playground
Preparing search index...
textfield/src/utils/refs
useCombinedRefs
Function useCombinedRefs
useCombinedRefs
<
T
>
(
...
refs
:
OptionalRef
<
T
>
[]
)
:
null
|
(
(
node
:
T
)
=>
void
)
This hook combines multiple refs into one.
Type Parameters
T
Parameters
...
refs
:
OptionalRef
<
T
>
[]
Returns
null
|
(
(
node
:
T
)
=>
void
)
combined ref
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
react-playground
Loading...
This hook combines multiple refs into one.