# Events

### <mark style="color:purple;">Tray Icon Left Clicked</mark>

Fires when the user left clicks the tray icon.

***

### <mark style="color:purple;">Tray Icon Double Clicked</mark>

Fires when the user double clicks the tray icon.

***

### <mark style="color:purple;">Tray Icon Right Clicked</mark>

Fires when the user right clicks the tray icon. **Note this won't fire if a menu is attached, instead the menu will be shown.**

***

### <mark style="color:purple;">Tray Balloon Clicked</mark>

Fires when the user clicks the tray balloon.

***

### <mark style="color:purple;">Tray Balloon Closed</mark>

Fires when the user closes the tray balloon.


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/tray-element/events.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.
