Function: createParamDecorator()
Call Signature
ts
function createParamDecorator(factory): () => ParameterDecorator;Defined in: packages/core/src/decorators/http.decorators.ts:36
Parameters
| Parameter | Type |
|---|---|
factory | CustomParamFactory |
Returns
() => ParameterDecorator
Call Signature
ts
function createParamDecorator(type, data?): () => ParameterDecorator;Defined in: packages/core/src/decorators/http.decorators.ts:39
Parameters
| Parameter | Type |
|---|---|
type | string |
data? | string |
Returns
() => ParameterDecorator