The app summary can be modified on the left side of the toolbar. It serves to describe the app and is displayed in the app list. By default, the summary is the app’s name.
You can switch the canvas’ mode to Mobile or Desktop layout from the toolbar. This enables you to manually set the position and size of the components in both modes.
The canvas at the center of the editor is where you design and see the overall UI. Insert new components, move them around, resize them, or nest them in containers.
On the left panel of the editor, you can see the list of outputs of the app. These outputs represent the states & results of the app and are categorized into four types:
Context: The context holds information such as the user email, username, workspace, query parameters, and more.
State: The state holds the app’s current state, which can be manipulated by the frontend scripts.
Component Outputs: These outputs correspond to the outputs of the individual components.
Background Runnables: These outputs represent the outputs of the background runnables.
You can perform the following actions with the outputs:
On the bottom panel of the editor, you can see the list of runnables of the app. The runnables are the scripts or flows that are linked to components, or ran in the background. They are used to perform actions when a component is clicked, to fetch data, etc. They make all the interactions of the app.