> ## 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.

# UIElementParams

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

# Interface: UIElementParams\<T>

Common parameter format for UI element operations. Consists of an object with
two properties: `uiElementSettings` and `operationSettings`.
The `uiElementSettings` property is required and contains settings specific
to the UI element being operated on. As the bare minimum, it must include
the `uiElementName` to identify the type of UI element to be rendered.
The `operationSettings` property is optional (if it has been passed to the
initialize function previously) and contains settings related
to the overall operation. For UI elements, it has to include at least the
`uiParentElementId`, which specifies the DOM element where the UI element
will be appended. In addition, it may include authentication details via `proxyEndpointDescriptor`.

## Type Parameters

### T

`T`

## Properties

### operationSettings?

> `optional` **operationSettings**: [`OperationSettings`](./OperationSettings)

***

### uiElementSettings

> **uiElementSettings**: [`UIElementSettings`](./UIElementSettings)\<`T`>
