event.stopPropagation() on onEvent function()

Hi there!

Is there an option to use event.stopPropagation() in AppLab?

As a simple example:

  • I have a click event on a screen
  • I have a click event on a button on that screen.
  • I do NOT want the screen event to run if the click happened on the button.