Interface: HookRegistration
Makaio Framework / hooks / HookRegistration
Interface: HookRegistration
Section titled “Interface: HookRegistration”Defined in: ../../../packages/hooks/src/create-hook.ts:65
Hook registration result.
Properties
Section titled “Properties”hookName
Section titled “hookName”hookName:
HookName
Defined in: ../../../packages/hooks/src/create-hook.ts:69
Hook name for identification
unsubscribe
Section titled “unsubscribe”unsubscribe: () =>
void
Defined in: ../../../packages/hooks/src/create-hook.ts:67
Unsubscribe from the hook
Returns
Section titled “Returns”void