Event
- Event
-
A type of output that corresponds to something happening in the app
Events are a type of output that can be used to make things happen in the app. Typically, they are used navigate between views, but can just as well be used for any purpose you like.
For example, we have a
submit
button in View A that when pressed opens View B:Here’s how it would look in Structure Builder: