ParamTypeWalkAsyncFunc: ((type, value) => any | Promise<any>)

Type declaration

    • (type, value): any | Promise<any>
    • When walking asynchronously a [[ParamType]], this is called on each component.

      Parameters

      • type: string
      • value: any

      Returns any | Promise<any>

Generated using TypeDoc