Interface: ElysiaHookMetadata
Defined in: packages/core/src/decorators/lifecycle.decorators.ts:20
Metadata for Elysia lifecycle hooks
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
hook | ElysiaHookName | - | packages/core/src/decorators/lifecycle.decorators.ts:21 |
method | string | symbol | - | packages/core/src/decorators/lifecycle.decorators.ts:22 |
options? | { before?: boolean; } | - | packages/core/src/decorators/lifecycle.decorators.ts:23 |
options.before? | boolean | Insert before other hooks | packages/core/src/decorators/lifecycle.decorators.ts:25 |