Function bindMultiValue

  • Rebinds the array by the token with added new value.

    Type Parameters

    • T

    Parameters

    • container: Container

      Dependency container.

    • token: Token<readonly T[]>

      Token for an array of values.

    • value: T

      New value which is added to the end of the array.

    Returns void

Generated using TypeDoc