# インスペクター

メニューバーで<img src="/files/E8KMXha2vzTfJP2HmE0h" alt="" data-size="line">をクリックすると、コンポーネントのメニューが表示されます。

<figure><img src="/files/1y25Y1cnu1h89MLMVR03" alt=""><figcaption></figcaption></figure>

インスペクターが表示される領域です。

構築した管理画面システムの内部状態の確認や、編集などを行うことができます。

ここで表示されるオブジェクトは、 `{{オブジェクト名.プロパティ名}}` の形式 で参照することができます。

## **キーワードフィルター**

入力したキーワードで、オブジェクトを絞り込みできます。

（例）`input` を入力すると、`input1` 、`input2` ... などの該当するオブジェクトが表示されます。

## **グローバルオブジェクト** Global Object エリア

画面上のGlobal Objectの一覧です。

オブジェクト名をクリックすると、その値の確認ができます。

### currentPage

現在ページのパスやパラメータなどを確認することができます。

### currentUser

現在のユーザ名、テナント、所属グループなどを確認することができます。

### global

複数のコンポーネントやデータで共通に利用するためのデータやユーティリティ関数を保持させるためのオブジェクトです。

[データソース](/dashcomb-help-center/ide/others/dtassu.md) メニューのコンスタンツで設定したものが表示されます。

## **コンポーネントオブジェクト** Component Object エリア

画面上のComponent Objectの一覧です。

オブジェクト名をクリックすると、その値の確認ができます。

画面上でObjectの値を変更すると、リアルタイムでこのエリアに反映されます。

## **データオブジェクト** Data Object エリア

画面上のData Objectの一覧です。

[連携機能パネル](/dashcomb-help-center/ide/query-region.md) のDBクエリやAPIで取得したデータが表示されます。

オブジェクト名をクリックすると、その値の確認ができます。

画面上やバックエンドでObjectの値を変更すると、リアルタイムでこのエリアに反映されます。

<figure><img src="https://github.com/dashcomb/gitbook-doc/blob/master/ide/.gitbook/assets/inspector.jpg" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dashcomb.com/dashcomb-help-center/ide/region/inspector-region.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
