About Explorer
- Containers and UI elements used in each page in the application, which appear in the Pages hierarchy.
- Variables defined in the application, which appear in the Globals hierarchy.
Using Explorer, you can view the links between variables and UI elements on application pages, which will help you follow the application structure.
- System
- Output
- UI
- Custom
- URL
- app global: true: Indicates that the variable is visible in every page of the application.
- app global: false: Indicates that the variable is visible only in the page where it is defined.