Closed hookewin closed 6 years ago
Hello,
What argument would you like to inject? You can inject container parameters as usual: args: ["object", "%parameter%"]
.
But I would recommend to inject it at service construction (i.e. in the service constructor, not in the callback call).
hi, i have a question on how to pass extra arguments when using callbacks, like i have the follow configuration:
then, in the args field i want to add another args(is an object), pls tell me how can i finish this operation? thx.