# Inspector

The Inspector allows editing all properties and attributes of the currently selected component. A unique ID name is automatically generated in numeric order, and it's essentially important to rename it to fitting an application purpose. The component itself can even be deleted or triggered by the help button of the referencing guide.

{% tabs %}
{% tab title="Component Type" %}
![](/files/kk326b2RHhzazSddEIm6)
{% endtab %}

{% tab title="Unique ID" %}
![](/files/rHV5sligoF8WmVi0rVyW)
{% endtab %}

{% tab title="Delete Button" %}
![](/files/AWU0V6rcgVKjt2fcuF6p)
{% endtab %}

{% tab title="Reference Guide" %}
![](/files/oqp1kLSS67KnGIhyOVXl)
{% endtab %}
{% endtabs %}

Each component has different expandable groups and types of properties, which can be set up as a constant value or bound dynamically by a specific data source. Any wrong syntax will be evaluated as a warning.

{% tabs %}
{% tab title="Shrinked Properties" %}
![](/files/RpaDCKqgxDcRHZvdhSXr)
{% endtab %}

{% tab title="Expanded Properties" %}
![](/files/hJH5T6rPNP6Ejsg6zWCl)
{% endtab %}

{% tab title="Function Binding" %}
![](/files/23YQoSWfiVVDXnUY8WQK)

{% hint style="info" %}
ƒx -> specify the value of the existing *myText* String variable
{% endhint %}
{% endtab %}
{% endtabs %}

A description of all available properties can be found in the Reference Guide.

{% content-ref url="/pages/E1ZVF4zDUp4VgIXsIPdP" %}
[Properties](/reference-guide/properties.md)
{% endcontent-ref %}

Each component has configurable specific events logic that can be added directly by selecting the desired one from the inspector panel or by clicking by opening the Events Console.

{% tabs %}
{% tab title="Events Panel" %}
![](/files/xvnrINZiEpZMbC0JqGVf)
{% endtab %}

{% tab title="Direct Logic Selection" %}
![](/files/IQUODphte6cm93yFIQtN)
{% endtab %}

{% tab title="Event Console" %}
![](/files/rF2p7Ojs69uusYdwMAZt)
{% endtab %}
{% endtabs %}

Following the Events Referencing Guide to acquire knowledge of how it works.

{% content-ref url="/pages/SdVOY64oLhCSNwW8tXfo" %}
[Events](/getting-started/architecture-overview/events.md)
{% endcontent-ref %}

If required, it's possible to add internal comments on what brings the advantage of noticing unfinished work or passing information to the team developers.

{% tabs %}
{% tab title="Comment Panel" %}
![](/files/Oosou7U4FgNKzZu9oTje)
{% endtab %}

{% tab title="Adding New Comment" %}
![](/files/zXc2hfquT038uHXiKIxq)
{% endtab %}

{% tab title="Resolving Comments" %}
![](/files/sBhfICIyk8tC3ANszTuY)
{% endtab %}
{% endtabs %}


---

# 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.adapptio.com/getting-started/editor/components-panel/inspector.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.
