Skip to content

CUSTOM_ROUTE_ARGS_METADATA

reference
1 min readUpdated

Kind: Constant

Source: packages/common/constants.ts

Part of: Common

Definition

ts
'__customRouteArgs__'

Value

ts
'__customRouteArgs__'

Used by

4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (4)

  • ParamPropertiespackages/core/router/router-execution-context.ts:50
  • ParamsFactorypackages/core/helpers/external-context-creator.ts:28
  • RpcHandlerMetadatapackages/microservices/context/rpc-context-creator.ts:35
  • WsHandlerMetadatapackages/websockets/context/ws-context-creator.ts:34

Was this page helpful?

Download as PDF
CUSTOM_ROUTE_ARGS_METADATA — NestJS head-to-head