> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UIElementEvent

[@qonto/embed-sdk](../../README) / [\<internal>](../README) / UIElementEvent

# Interface: UIElementEvent

Common event format for UI elements. Consists of two properties:
`eventName` and optional `eventDetail`.
The `eventName` property is a string that identifies the type of event
emitted by the UI element.
The `eventDetail` property is an optional object that contains additional
information about the event. The structure of this object will depend on
the specific event being emitted.

## Properties

### eventDetail?

> `optional` **eventDetail**: `Record`\<`string`, `unknown`>

***

### eventName

> **eventName**: `string`
