Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/deps/@feathersjs/hooks.ts>HookManager

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
class HookManager
Re-export
import { HookManager } from "https://deno.land/x/netzo@0.4.40/deps/@feathersjs/hooks.ts";

Properties

optional
_defaults: HookDefaultsInitializer
_middleware: AsyncMiddleware[] | null
_params: string[] | null
optional
_parent: this | null
_props: HookContextData | null

Methods

collectMiddleware(self: any, _args: any[]): AsyncMiddleware[]
getDefaults(
self: any,
args: any[],
context: HookContext,
): HookContextData | null
getParams(): string[] | null
initializeContext(
self: any,
args: any[],
context: HookContext,
): HookContext
middleware(middleware?: AsyncMiddleware[])
params(...params: string[])
parent(parent: this | null)