About Explorer (Classic)

Explorer provides a hierarchical view of the following items:
  • 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.

The variables defined in an application are classified as follows:
  • System
  • Output
  • UI
  • Custom
  • URL
When you expand a variable in the hierarchy, one of the following options appears:
  • 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.
If a variable contains an initial value, that value also appears in the hierarchy.