Inspector
ToolJet's Inspector is a valuable feature for viewing data related to various elements of your application. This includes information about queries, components, global variables, page-related variables, user-set variables, and constants.
Sections In Inspector
The Inspector panel is divided into six main sections: Queries, Components, Globals, Variables, Page, and Constants. In the Queries section, you can check the details of your executed queries. The Components section helps you check properties related to each component in your app. Globals provide important overall information about your app, like user details and settings. The Variables section shows custom variables you've set. In the Page section, you can see properties specific to each page. Lastly, Constants hold fixed values like API keys, ensuring consistency across your application.
To learn more about the Inspector option in the sidebar, go through this how-to guide.