Skip to main content
@qonto/embed-sdk / <internal> / 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, in which the preferred method is to provide a proxyRequestFunction.

Type Parameters

T

T

Properties

operationSettings?

optional operationSettings: OperationSettings

uiElementSettings

uiElementSettings: UIElementSettings<T>