Skip to content

ContextType

reference
1 min readUpdated

Kind: Type

Source: packages/common/interfaces/features/arguments-host.interface.ts

Part of: Common

Definition

ts
'http' | 'ws' | 'rpc'

Used by

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

Imported by (9)

  • ParamPropertiespackages/core/router/router-execution-context.ts:50
  • GuardsConsumerpackages/core/guards/guards-consumer.ts:7
  • ParamPropertiespackages/core/helpers/context-utils.ts:15
  • ExecutionContextHostpackages/core/helpers/execution-context-host.ts:10
  • ParamsFactorypackages/core/helpers/external-context-creator.ts:28
  • ExternalErrorProxypackages/core/helpers/external-proxy.ts:5
  • InterceptorsConsumerpackages/core/interceptors/interceptors-consumer.ts:13
  • RpcHandlerMetadatapackages/microservices/context/rpc-context-creator.ts:35

…and 1 more.

Was this page helpful?

Download as PDF
ContextType — NestJS head-to-head