Function: Params()
function Params(): (_: undefined, context: ClassFieldDecoratorContext) => void;
Defined in: src/router/decorators/params.ts:62
Decorator for all route parameters as an object
Returns
(_: undefined, context: ClassFieldDecoratorContext): void;
Parameters
| Parameter | Type |
|---|---|
_ |
undefined |
context |
ClassFieldDecoratorContext |
Returns
void