">
function executeHooks(name, context): Promise<void>;
Execute hooks.
"onPreparingPage"
The name of the hook.
UseReactHookListenerContext
The context of the adapter.
Promise<void>
Promise
void