Skip to main content
@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