# Trigger

A button that triggers an action or graph transition (the first nodes of the graph are the direct successors of the component **Trigger**).

![](https://content.gitbook.com/content/2CssJT0zIo4SJQLbSZ6l/blobs/OE1lB2UxNcTdvMVUn5VN/26s_files/image2025-5-16_13-15-48.png)

## Component properties

| Eximee Designer property                                                                 | Attribute name in Source    | Description                                           |
| ---------------------------------------------------------------------------------------- | --------------------------- | ----------------------------------------------------- |
| **Content** (section **Basic properties**)                                               | text                        | Text to display on the button                         |
| **Sending the CLICK event instead of changing the value** (section **Basic properties**) | emitEventWithoutValueChange | Sending the CLICK event instead of changing the value |

> More information about the component properties: [Common component properties](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/praca-z-komponentami-bazowymi/wspolne-wlasciwosci-komponentow)

{% hint style="info" %}
Listening to a dependent component will cause the component to be displayed each time the value of the dependent field changes.
{% endhint %}

## Supported events

Click **Trigger's** may cause an event to be triggered (documentation for actions/events: [Actions](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/logika-biznesowa/przeplywy/akcje))

| Name      | Description                                                                                                                     |
| --------- | ------------------------------------------------------------------------------------------------------------------------------- |
| **CLICK** | Event sent after clicking the button (provided the option is enabled **Sending the CLICK event instead of changing the value**) |

![Figure 1. Example appearance of the component in the application](https://content.gitbook.com/content/2CssJT0zIo4SJQLbSZ6l/blobs/PEd9iKotu1ZKZXf8E7iZ/26s_files/image2025-5-21_15-10-30.png)

{% hint style="info" %}
Demo conclusions: demoTriggers, demoPopup
{% endhint %}
