Skip to main content
Version: Next

Handling events

You can listen to UI events and take action. An event is an Action triggered by Control Flow.
In this example, we listen to the click event of the 2nd button to change the position of the 1st button. Since the 3rd button's position is realtive to the 1st, when we click on the 2nd button, we see button 1 & 3 move horizontally.

Dynamic properties