Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "internal/parameterPopulation"

Index

Functions

computeValue

  • computeValue(parameter: { name: string; type?: ParameterType }, value: any): any

populateParameters

  • Populate the parameters of the command handler instance, performing type coercion if necessary

    Parameters

    • instanceToPopulate: any

      parameters instance (may be handler instance itself)

    • hm: CommandHandlerMetadata

      handler metadata

    • args: Arg[]

      string args

    Returns void

populateValues

Generated using TypeDoc