Kind: Function
Source: packages/websockets/utils/param.utils.ts
Part of: Websockets
Signature
tsfunction createWsParamDecorator(paramtype: WsParamtype): (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator
Parameters
| Name | Type |
|---|---|
paramtype | WsParamtype |
Returns: (...pipes: (Type<PipeTransform> | PipeTransform)[]) => ParameterDecorator
Relationships
- IMPORTS →
PipeTransform - IMPORTS →
Type - IMPORTS →
assignMetadata - IMPORTS →
isNil - IMPORTS →
isString
Was this page helpful?