ToolJet/docs/versioned_docs/version-2.65.0/tooljet-concepts/inspector.md
Aman Regu fed052a99b
[docs]: v2.65.0 (#10415)
* add date with time column

* add table component to date with time colum

* add aggregate and group by

* add docs for retry on network error

* add cookies

* add .env vars

* add docs for v2.65.0

* remove banner from v2.65.0

* update data types title

* update querying data title
2024-07-22 19:46:36 +05:30

1.2 KiB

id title
inspector 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.

Preview Of The Inspector Tab

To learn more about the Inspector option in the sidebar, go through this how-to guide.