Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks for answering - its a good idea. But there is a section at the end of the question that flags my problem with that approach: I would need (I think) the container supplied by the App Builder to make the stopPropagation call but there is no way to modify that (AFAIK), Commented Dec 22, 2017 at 10:01
  • Oh.Fine In such case you may send any identifier as a parameter from the component which fires the event. And the handler which matches the identifier should only handle the event. Commented Dec 22, 2017 at 10:10
  • Yeah that's looking like what is needed. Adds quite a bit of ugliness to the code though... Commented Dec 22, 2017 at 10:24