Can you emit an event with multiple values? #901
ClaudiuHBann
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you emit an event with multiple values without a wrapper?
For example I currently use
EventEmitter
which only takes an type, but I want to pass two types without making a wrapper over those 2 types, how can I achieve this? is there another emitter which does this? or there is no other way around making a wrapper over the 2?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions