Prism API
Home
GitHub
Preparing search index...
shared/hooks-util
combineCallbacks
Function combineCallbacks
combineCallbacks
(
...
callbacks
:
(
()
=>
void
)
[]
)
:
()
=>
void
Returns a single function that calls all the given functions.
Parameters
...
callbacks
: (
()
=>
void
)
[]
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
GitHub
Prism API
Loading...
Returns a single function that calls all the given functions.