Skip to content

Interface: HookRegistration

Makaio Framework


Makaio Framework / hooks / HookRegistration

Defined in: ../../../packages/hooks/src/create-hook.ts:65

Hook registration result.

hookName: HookName

Defined in: ../../../packages/hooks/src/create-hook.ts:69

Hook name for identification


unsubscribe: () => void

Defined in: ../../../packages/hooks/src/create-hook.ts:67

Unsubscribe from the hook

void