Function lockAllBindings

Locks all the specified bindings and returns a function for unlocking them in reverse order.

  • Parameters

    Returns (() => void)

    a function to unlock all of the specified bindings, in reverse order

      • (): void
      • Returns void