Links

Solid lines vs dotted lines

When you build application logic in Uiflow, node connections appear as either solid or dotted lines.
Dotted lines represent method calls. These are connections where an event prompts an action. The image below illustrates a method call connection where the onPageLoad event calls the setLabel action.
Solid lines represent data transfers, connections that pass information from one source to another. The image below illustrates a data transfer connection where the String Template's value is passed to a Text component.
Last modified 1mo ago