Skip to main content

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.

@qonto/embed-sdk / <internal> / 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